Releases: eGust/flutter_cache_store
Releases · eGust/flutter_cache_store
v0.7.2
Compare
Sorry, something went wrong.
No results found
eGust
released this
11 Jan 07:21
v0.7.1
Compare
Sorry, something went wrong.
No results found
eGust
released this
25 Dec 04:30
Fixed serialization issue
v0.4.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
eGust
released this
15 Jan 08:24
v0.3.0-RC2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
eGust
released this
10 Nov 03:45
Some bug fixes.
Document updates.
Better 0 size files handling.
v0.1.1-beta
Compare
Sorry, something went wrong.
No results found
eGust
released this
04 Nov 06:54
Finished basic designs.
Updated documentation to match requirements
Started to use in my own project.