http_cache_objectbox_store 2.0.0
http_cache_objectbox_store: ^2.0.0 copied to clipboard
A DB cache store implementation with ObjectBox.
http_cache_objectbox_store #
ObjectBox cache store implementation for:
Tests #
In order to run unit tests locally on your machine, install the native ObjectBox library on your host machine:
bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-dart/main/install.sh)
copied to clipboard