firebase_image 0.3.0 firebase_image: ^0.3.0 copied to clipboard
A cached Flutter ImageProvider for Firebase Cloud Storage image objects.
[0.3.0] - 06/11/2020 #
- Merged PR #20 to work with Firebase Storage 5.0.0
- sqflite dependency change
- Minor formatting updates
[0.2.0] - 25/08/2020 #
[0.1.6] - 10/05/2020 #
- Added ability to disable metadata (class B operations) requests for images (e.g. for images that will never change).
[0.1.5] - 26/12/2019 #
- Fixes/image provider compilation issue from Druchinin/fixes/imageProviderCompilationIssue.
[0.1.4] - 27/11/2019 #
- Added ability to get image as bytes.
- Formatted test file.
[0.1.3] - 22/10/2019 #
- Updated author information to match verified publisher account.
- Formatted code.
[0.1.2] - 22/09/2019 #
- Hash code implemented (allows for things like Hero widgets).
[0.1.1] - 22/09/2019 #
- Database primary key bug fix.
- Misc. bug fixes.
[0.1.0] - 22/09/2019 #
- Added example.
- Formatted code.
[0.0.1] - 22/09/2019 #
- Can download, save and render images from Firebase Cloud Storage.
- Basic caching system works but no object expiration time or read monitoring as of yet.