json_fetcher 2.0.5
json_fetcher: ^2.0.5 copied to clipboard
Convenient fetching of JSON data with caching, auth, logging. Wrapper over standard Dart http package.
2.0.5 #
- Bump http to 1.3.0 - browser_client.dart uses fetch
2.0.4 #
- web: fix handling isolates on the web
2.0.3 #
- io:
HttpFilesCache
remove isolate; add concurrent IO; update benchmarks - web: replace
HttpHiveCache
byHttpWebCache
which is created from scratch
2.0.2 #
- Fix web compatibility analysis issues