A package for handling API requests with Dio with cache functionality and auto cancel duplicate requests.
Last release 2 days ago
25 Aug 2026
Release timing varies
gaps range from 2 months to 12 months
Some releases are documented
notes for 2 of 5 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
5 releases · first in 2025
Release timeline
5 releases since 20252026
Releases
- 0.1.025 Aug 2026
Release notes2 sources agree
Open source →- Fix: Hive cache is now stored in the platform cache directory instead of the app Documents directory, so
.hive/.lockfiles no longer show up in the iOS Files app. Leftover files from the old location are cleaned up automatically on first launch after upgrading. - Fix: cache key generation now sorts params and includes HTTP method + client name, so equivalent params in a different order hit the cache correctly, and the same endpoint on different clients/methods no longer collides.
- Fix: duplicate in-flight requests (same endpoint/method/params/client) now actually get cancelled when a newer identical request starts, instead of only tracking a cancel token that was never used.
- Fix:
ApiParser.parseResponseis now applied to responses and no longer throws on a list of non-map items. - Add:
enableLogging,connectTimeout/receiveTimeout/sendTimeout,defaultCacheDuration, andmaxCacheEntriesoptions oninitialize/initializeMultipleClients. - Add: optional retry with backoff for transient network errors via
configureRetries()or per-callretries/retryDelay. - Add:
onSendProgress/onReceiveProgresspassthrough onrequest(). - Add:
requestTyped<T>()for typed responses viafromJson. - Add:
requestPaginated<T>()+PaginatedResponse<T>for list endpoints, withclearCacheForEndpoint()to invalidate all cached pages of a resource at once. - Add:
clearAllCache(). - Add:
AuthInterceptorbase class for the token-attach + refresh-on-401 pattern. - Add:
isConnectedCheckerhook to fail fast when offline instead of waiting on a socket timeout. - Test: added unit test coverage for
ApiParserandCacheService.
- Fix: Hive cache is now stored in the platform cache directory instead of the app Documents directory, so
- 0.0.426 Aug 2025
Nothing published for this version
- 0.0.326 Aug 2025
Nothing published for this version
- 0.0.21 Jul 2025
Nothing published for this version
- 0.0.11 Jul 2025