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