paulonia_cache_image 0.3.0 paulonia_cache_image: ^0.3.0 copied to clipboard
Flutter package for cache images in storage or memory from the network or Google Cloud Storage. It supports Android, iOS and Web.
[0.3.0] #
- Dependencies updated.
- Null-safety migration.
[0.2.2] #
firebase_storage
updated to7.0.0
firebase
updated to8.0.0
[0.2.1] #
firebase_storage
updated to5.2.0
. To use the v4 offirebase_storage
use the0.2.0
version
[0.2.0] #
- Option
maxInMemoryImages
added. With this option you can set a maximum number of stored images in memory. - Fixed a bug with
init()
inPCacheImage
[0.1.0] #
- Change default values in
init()
functionality added - Fixed bug with
google_services
in the example project
[0.0.1] #
- Initial release
- Supports in-memory and storage cache
- Supports Android, iOS and web