- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
Note: This release has breaking changes.
-
BREAKING FEAT(ui_storage): upgrade uuid dependency to ^4.0.0 (#188). (e85c5166)
UuidFileUploadNamingPolicy
and respective factory constructorFileUploadNamingPolicy.uuid
now acceptV4Options?
, instead ofMap<String, dynamic>?
.Here's an example migration:
final config = FirebaseUIStorageConfiguration( storage: storage, - namingPolicy: FileUploadNamingPolicy.uuid({ 'rng': CryptoRNG() }), + namingPolicy: FileUploadNamingPolicy.uuid(V4Options(null, CryptoRNG())), ); await FirebaseUIStorage.configure(config);
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
-
Firebase UI Storage graduated to stable release
-
FEAT(ui_storage,ui_localizations): add UploadButton label (#86). (e13a6b1e)
-
DOCS(ui_storage): add Firebase UI Storage docs (#92). (4c4e3539)
- Migrate to a new repo
- FEAT(ui_storage): add StorageGridView widget (#11206). (48a3a396)
- FEAT(ui_storage): add shimmer for loading images (#11237). (e2ad9004)
- FEAT(ui_storage): add StorageListView and PaginatedLoadingController (#11170). (dcf1b22a)
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- FEAT: update dependency constraints to
sdk: '>=2.18.0 <4.0.0'
flutter: '>=3.3.0'
(#10946). (2772d10f) - FEAT(ui_storage): add TaskProgressIndicator (#10859). (6ae57735)
- FIX: add support for AGP 8.0 (#10901). (a3b96735)
- FEAT(core): add support for Windows via Firebase C++ desktop SDK (#10496). (c0b8ad56)
- Initial Firebase UI Stroage release with top-level configuration and UploadButton
i18n
is not yet supported and will be coming in future releases