cached_network 2.1.0 cached_network: ^2.1.0 copied to clipboard
A package use to fetch data from web and write as string into cache directory and provide a widget use to view caches.
2.1.0 #
- add
CacheManager
- replace some function into
CacheManager
fromCachedNetwork
2.0.0 #
- add
listCaches
function - add
prefix
params to customize the cache directory - rename
cacheDirectory
intotemporaryDirectory
(This is an incompatible update)
1.0.6 #
- update
allowMalformed
tofalse
to throw format exception
1.0.5 #
- add
timeout
property
1.0.4 #
- add
clearCache
function.
1.0.3 #
- add
cached
function to check the given url is cached or not
1.0.2 #
- use http instead of dio (This is an incompatible update)
- support gbk and utf8 charset only
1.0.1 #
- update dependencies
1.0.0 #
- rename
fetch
intorequest
(This is an incompatible update) - reacquire from network when cache has no content
0.0.3 #
- add dio param when construct instance
0.0.2+1 #
- update text style
0.0.2 #
- add duration for cache
0.0.1 #
- initial release