Releases: PauloniaAQP/paulonia_cache_image
Releases · PauloniaAQP/paulonia_cache_image
v0.5.0
- Boolean added to refresh the cache image #13
- Dependencies update #18
- README updated
v0.4.0
- 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)
v0.3.0
- Dependencies updated.
- Null-safety migration.
v0.2.1
firebase_storage
updated to 5.2.0
. To use the v4 of firebase_storage
use the 0.2.0
version
v0.2.0
- Option
maxInMemoryImages
added. With this option you can set a maximum number of stored images in memory.
- Fixed a bug with
init()
in PCacheImage
v0.1.0
- Change default values in
init()
functionality added
- Fixed bug with
google_services
in the example project
v0.0.1
- Initial release
- Supports in-memory and storage cache
- Supports Android, iOS and web