- Dependencies updated to run with Flutter 3.13.
- Test & coverage added
- Dependencies updated
- Stable release version
- Boolean added to refresh the cache image. (@chetan-cueclad & @kaumudpa)
- README updated.
- Dependencies updated.
- README.md updated
- Bug in the image stream fixed #6
- Default
maxInMemoryImages
changed from infinite to a static number. - Bug on null-safety migration in web fixed. (@ahmednfwela)
- Dependencies updated.
- Null-safety migration.
firebase_storage
updated to7.0.0
firebase
updated to8.0.0
firebase_storage
updated to5.2.0
. To use the v4 offirebase_storage
use the0.2.0
version
- Option
maxInMemoryImages
added. With this option you can set a maximum number of stored images in memory. - Fixed a bug with
init()
inPCacheImage
- Change default values in
init()
functionality added - Fixed bug with
google_services
in the example project
- Initial release
- Supports in-memory and storage cache
- Supports Android, iOS and web