cloud_storage 0.1.2
cloud_storage: ^0.1.2 copied to clipboard
Cloud file/folder/link storage for Flutter — umbrella package re-exporting the interface and the default Firebase implementation.
0.1.2 #
- Bumped sibling dep constraints to
^0.1.2to pick upUploadTask.namefrom the interface and its Firebase impl.
0.1.1 #
- Bumped sibling dep constraints to
^0.1.1(cloud_storage_platform_interface,cloud_storage_firebase) — picks up the Firebase major bumps incloud_storage_firebase0.1.1. - Removed unnecessary library-name declaration.
0.1.0 #
Initial release.
- Umbrella package re-exporting
cloud_storage_platform_interfaceandcloud_storage_firebase. defaultCloudStorage({firestorePath, storagePath})convenience factory returning the default Firebase backend.