Skip to content

Releases: eGust/flutter_cache_store

v0.7.2

Choose a tag to compare

@eGust eGust released this 11 Jan 07:21

Rewrote cleanup logic

v0.7.1

Choose a tag to compare

@eGust eGust released this 25 Dec 04:30
9c14ab0
  • Fixed serialization issue

v0.4.0

Choose a tag to compare

@eGust eGust released this 06 Feb 00:11
  • Added CustomFetch support:
    • Now you can use custom function to fetch data instead of http.get.
    • Added named optional parameter Map<String, dynamic> custom to getFile, so you can pass custom data to your custom fetch function.

v0.3.2

Choose a tag to compare

@eGust eGust released this 15 Jan 08:24

Nothing changed.

v0.3.0-RC2

Choose a tag to compare

@eGust eGust released this 08 Dec 11:02
  • Added LeastFrequentlyUsedPolicy, CacheControlPolicy and FifoPolicy.
  • File structure changes.
  • Checking maxCount parameter now.
  • Added inline documents.
  • LessRecentlyUsedPolicy has been tested for a while and worked pretty well.

v0.1.3-beta

v0.1.3-beta Pre-release
Pre-release

Choose a tag to compare

@eGust eGust released this 10 Nov 03:45
  • Some bug fixes.
  • Document updates.
  • Better 0 size files handling.

v0.1.1-beta

v0.1.1-beta Pre-release
Pre-release

Choose a tag to compare

@eGust eGust released this 04 Nov 06:54
  • Finished basic designs.
  • Updated documentation to match requirements
  • Started to use in my own project.