firebase_ui_storage 2.0.1 firebase_ui_storage: ^2.0.1 copied to clipboard
Pre-built widgets and utilites that make it easy to integrate Firebase Storage into your Flutter app.
2.0.1 #
- Update a dependency to the latest release.
2.0.0 #
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);
1.0.4 #
- Update a dependency to the latest release.
1.0.3 #
- Update a dependency to the latest release.
1.0.2 #
- Update a dependency to the latest release.
1.0.1 #
- Update a dependency to the latest release.
1.0.0 #
0.1.0-dev.8 #
0.1.0-dev.6 #
- Update a dependency to the latest release.
0.1.0-dev.5 #
- Update a dependency to the latest release.
0.1.0-dev.4 #
- Update a dependency to the latest release.
0.1.0-dev.3 #
0.1.0-dev.2 #
0.1.0-dev.0 #
- Initial Firebase UI Stroage release with top-level configuration and UploadButton
i18n
is not yet supported and will be coming in future releases