firebase_storage_image 0.2.1
firebase_storage_image: ^0.2.1 copied to clipboard
Flutter's ImageProvider to use images in Firebase Cloud Storage directly for Image, CircleAvatar, ImageIcon, and something like that.
0.2.0 - 2018-12-23 #
- Breaking changes
- Add a new option of constructor:
firebaseApp - Change type of the first argument from Uri to String
- Add a new option of constructor:
0.1.0 - 2018-12-23 #
- Breaking changes
- Make the FirebaseStorageImage’s default constructor const
- Change default allocated size from 2MB to 1MB
0.0.4 - 2018-12-23 #
- Correcting pubspec.yaml
0.0.3 - 2018-12-23 #
- Added document to code.
0.0.2 - 2018-12-23 #
- Only correcting pubspec.yaml
0.0.1 - 2018-12-23 #
- Initial release, should be polished. I want your help with an issue!