cached_network 1.0.6
cached_network: ^1.0.6 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.
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