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
CacheManagerfromCachedNetwork
2.0.0 #
- add
listCachesfunction - add
prefixparams to customize the cache directory - rename
cacheDirectoryintotemporaryDirectory(This is an incompatible update)
1.0.6 #
- update
allowMalformedtofalseto throw format exception
1.0.5 #
- add
timeoutproperty
1.0.4 #
- add
clearCachefunction.
1.0.3 #
- add
cachedfunction 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
fetchintorequest(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