dio_cache_interceptor_db_store
A DB cache store implementation with Drift for dio_cache_interceptor package.
6.0.0
4.6K downloads/mo
#3959 most downloaded on pub.dev
llfbandit/dio_cache_interceptor
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.1 years
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
12 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
12 releases · Jun 2021 to Jan 2025Releases
latest 12-
6.0.010 Jan 2025Release notes
Open source →- feat: Updated dependencies for make this package compatible with WASM.
- feat: Improved
deleteFromPathandgetFromPathmethods to retrieve multiple entries. - fix:
existsmethod was not returning result from filtered key. - chore: Raised Dart SDK to ^3.0.0.
- chore: Raised Drift to ^2.9.0.
-
5.1.127 Nov 2023 -
5.1.022 Feb 2023Release notes
Open source →- core: Upgrade to Drift 2.5.
- core: Use Drift
createBackgroundConnectionto handle background DB connection. - fix: Forward
logStatementsparameter when on desktop. - chore: Now download SQLite from remote before running tests.
-
5.0.022 Aug 2022 -
4.2.127 Jul 2022 -
4.2.008 Jul 2022Release notes
Open source →- feat: Add
Store.getFromPathmethod. - feat: Add
Store.deleteFromPathmethod.
- feat: Add
-
4.1.115 Feb 2022Release notes
Open source →- core: Drift database re-generation to get rid of
Missing concrete implementation of 'getter ResultSetImplementation.attachedDatabase'.message on pub.dev.
- core: Drift database re-generation to get rid of
-
4.1.007 Jan 2022Release notes
Open source →- Add request date to stored values.
- Raise dio_cache_interceptor minimum version.
-
4.0.027 Dec 2021Release notes
Open source →-
chore: Reworked package to be only a dio interceptor. Leaving space to do the same with http package or others.
-
feat: ** BREAKING ** Stores save response status codes.
-
Store migration is implicit, you have nothing to do.
-
304 may still be forwarded for older cached responses.
-
feat: ** BREAKING ** hitCacheOnErrorExcept is split with hitCacheOnNetworkFailure . Term is now positive and replaced by hitCacheOnErrorCodes .
-
feat: Add hitCacheOnNetworkFailure to allow restore previous cached response on network failure (connection, TO, ...).
-
chore: Stores are now fully agnostic and don't rely on dio_cache_interceptor package.
-
chore: Source code cleanup.
-
chore: Min SDK is now 3.0.0.
-
chore: Updated dependencies.
-
-
3.0.209 Jul 2021Release notes
Open source →- core: update dependencies.
Moorminimal version is now ^4.4.1. - core: regenerate database.g.dart with
Moor4.4.1. #32
- core: update dependencies.
-
3.0.127 Jun 2021 -
3.0.022 Jun 2021Release notes
Open source →-
core: Moved DB & Hive cache stores to their respective packages.
-
fix: import of file_cache_store.
-