dio_http_cache_thmoises 1.0.0 copy "dio_http_cache_thmoises: ^1.0.0" to clipboard
dio_http_cache_thmoises: ^1.0.0 copied to clipboard

http cache lib for Flutter dio like RxCache, based on dio-http-cache.It use sqflite as disk cache,and google/quiver-dart/LRU strategy as memory cache.

1.0.0 - 2023-02-04 #

  • Upgrade dependency packages

0.3.0 - 2021-03-23 #

0.2.11 - 2020-09-24 #

0.2.9 - 2020-09-15 #

0.2.8 - 2020-07-18 #

  • From https://github.com/hurshi/dio-http-cache
  • Fix issue #37, fix request method in primaryKey, and add request method in delete caches.
  • WARNING: request method is needed when you delete one cache, or set defaultRequestMethod in CacheConfig.

0.2.7 - 2020-06-04 #

0.2.6 - 2020-02-05 #

0.2.5 - 2019-11-26 #

  • From https://github.com/hurshi/dio-http-cache
  • Support ResponseType.bytes.
  • Cache all headers.
  • Change cache data type from TEXT to BLOB.
  • WARNING: Because of the change in the database data type, when upgrading to this version, the data cached by the previous version will be erased.

0.2.4 - 2019-11-16 #

0.2.3 - 2019-11-14 #

0.2.2 - 2019-11-14 #

0.2.1 - 2019-10-29 #

0.2.0 - 2019-09-20 #

0.1.4 - 2019-09-17 #

0.1.3 - 2019-08-21 #

  • From https://github.com/hurshi/dio-http-cache
  • Change primaryKey to "host + path", and automatically use queryParams as the subKey.
  • Support for delete caches by primaryKey. (Parsing primaryKey from path).
  • Support for delete one cache by primaryKey and subKey. (Parsing primaryKey and subKey from path).

0.1.2 - 2019-08-06 #

0.1.1 - 2019-07-24 #

0.1.0 - 2019-07-14 #

0
likes
120
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

http cache lib for Flutter dio like RxCache, based on dio-http-cache.It use sqflite as disk cache,and google/quiver-dart/LRU strategy as memory cache.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

crypto, dio, flutter, json_annotation, json_serializable, path, quiver, sqflite

More

Packages that depend on dio_http_cache_thmoises