Skip to content

Releases: PauloniaAQP/paulonia_cache_image

v1.1.0

14 Oct 19:18
fe0b3a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Feb 16:30
78d0bab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v1.0.0

v0.5.0

16 Aug 18:15
42350fe
Compare
Choose a tag to compare
  • Boolean added to refresh the cache image #13
  • Dependencies update #18
  • README updated

v0.4.1

15 May 23:05
Compare
Choose a tag to compare
  • README.md updated

v0.4.0

15 May 22:54
Compare
Choose a tag to compare
  • 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

15 Apr 03:31
Compare
Choose a tag to compare
  • Dependencies updated.
  • Null-safety migration.

v0.2.1

12 Dec 03:10
Compare
Choose a tag to compare
  • firebase_storage updated to 5.2.0. To use the v4 of firebase_storage use the 0.2.0 version

v0.2.0

12 Dec 03:08
Compare
Choose a tag to compare
  • 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

13 Sep 17:56
Compare
Choose a tag to compare
  • Change default values in init() functionality added
  • Fixed bug with google_services in the example project

v0.0.1

10 Sep 00:05
Compare
Choose a tag to compare
  • Initial release
  • Supports in-memory and storage cache
  • Supports Android, iOS and web