kache_flutter_hooks 2.0.0
kache_flutter_hooks: ^2.0.0 copied to clipboard
Flutter Hooks lifecycle integration for the Kache caching library.
2.0.0 #
- Exposed key-scoped cancellation through the returned
KacheController. - Added cancellation rebuild and late-result isolation coverage.
- Adopted the core 2.0 event and cancellation contracts without adding Hook state or resource ownership.
1.2.0 #
- Added
useKachewithKacheScopeand explicit-client resolution. - Added automatic controller loading, same-key updates, key/client rebinding, snapshot rebuilds, and lifecycle cleanup.
- Added the concise
KacheController.snapshotalias.