kache_hooks_riverpod 3.0.0
kache_hooks_riverpod: ^3.0.0 copied to clipboard
hooks_riverpod bindings for the Kache caching library.
3.0.0 #
- Updated the re-exported Kache Riverpod dependency to
^3.0.0; Hooks Riverpod lifecycle behavior is unchanged.
2.0.0 #
- Added
KacheProviderBinding.cancel()without creating a second resource or cancellation state. - Verified HookConsumerWidget lifecycle and provider rebuild behavior with Hooks Riverpod 3.4.2.
- Adopted the core 2.0 event and cancellation contracts.
1.2.0 #
- Added
useKacheProviderfor consuming existing Kache providers fromHookConsumerWidget. - Added
KacheProviderBindingwith snapshot, notifier, resource, lifecycle, and cache command access without duplicate resource ownership. - Watches both provider state and notifier identity as widget build
dependencies, following Riverpod's
read/watchguidance. - Preserved native Riverpod family, override, auto-dispose, and keep-alive behavior.