fire_storage_impl 0.0.3
fire_storage_impl: ^0.0.3 copied to clipboard
A lightweight Firebase Storage implementation for Flutter apps with support for file upload, deletion, toast notifications, and localization.
Changelog #
0.0.3 #
- Created fileRegisterGetItDIFireStorageDataSource.
0.0.2 #
- Implemented Repository.
- Implemented Use cases.
- Implemented Entity.
- Registered with Get It Dependency Injection.
0.0.1 #
- Initial release of
fire_storage_impl
. - Added support for uploading files to Firebase Storage from mobile and web.
- Included toast notification support using
app_toast
. - Basic localization support with
.translateWithoutContext()
. - Provided method for deleting files from Firebase Storage.
- Included extension method for automatic file name generation.
- Added
Uint8List
extension for image uploading (for web compatibility). - Includes
FileModel
for structured file handling.