dio_cache_interceptor_db_store 6.0.0
dio_cache_interceptor_db_store: ^6.0.0 copied to clipboard
A DB cache store implementation with Drift for dio_cache_interceptor package.
dio_cache_interceptor_db_store #
Drift cache store implementation.
- Android - iOS support: Add sqlite3_flutter_libs as dependency in your app (version 0.4.0+1 or later).
- Desktop support: Follow Drift install documentation.
- Web support:
- You must provide 'sqlite3.wasm' library and 'drift_worker.js'.
- Those aren't shipped with the package to allow you unsynced upgrades regarding this package since
Drift
dependency is not pinned. - Follow Drift install documentation for further info.