icloud_storage
A flutter plugin for upload, download and manage files in the app's iCloud container.
2.2.0
7.3K downloads/mo
#3367 most downloaded on pub.dev
deansyd/icloud_storage
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 7 months
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
11 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · Mar 2021 to Jan 2023
2022
2023
2024
2025
2026
Releases
latest 11-
2.2.006 Jan 2023Release notes
Open source →- Bug fix: upload and download errors were not passed from the platform code.
-
2.1.027 Oct 2022Release notes
Open source →- Add support for managing files in the iCloud container's
Documentssubdirectory.
- Add support for managing files in the iCloud container's
-
2.0.015 Oct 2022Release notes
Open source →What's New
- Support for macOS
- Support for multiple iCloud Containers
Breaking changes
- All methods have been changed to static methods.
getInstancehas been removed. You need to specifiy theiCloudContainerIdin each method.gatherFileshas been renamed togather.startUploadhas been renamed toupload.startDownloadhas been renamed todownload.listFilesandwatchFileshave been removed.DownloadStatusenum members haved been changed to camel case from pascal case.
-
1.0.024 Mar 2022Release notes
Open source →Breaking changes
- The 'destinationFileName' parameter is renamed to 'destinationRelativePath' for the 'startUpload' API, as it is now supporting subdirectory creation.
- The 'fileName' parameter is renamed to 'relativePath' for the 'startDownload' API, as it now supporting downloading file from a subdirectory location.
New API
- 'gatherFiles': returns all the files' meta data and any updates can be listened to. This API is to replace 'listFiles' and 'watchFiles' which will be removed from a future release.
- 'move': move a file from one location to another
- 'rename': rename a file
-
0.2.308 Mar 2022Release notes
Open source →- Bug fix: delete didn't work if the file hadn't been downloaded https://github.com/deansyd/icloud_storage/issues/11
- Bug fix: startUpload https://github.com/deansyd/icloud_storage/issues/12
-
0.2.212 Dec 2021 -
0.2.118 May 2021Release notes
Open source →- Bug fix: startUpload/startDownload progress stream synchronisation issue
- Bug fix: startDownload not moving file to destination if onProgress is null
-
0.2.022 Apr 2021 -
0.1.005 Mar 2021 -
0.0.204 Mar 2021 -
0.0.104 Mar 2021