kache_riverpod 3.0.0 copy "kache_riverpod: ^3.0.0" to clipboard
kache_riverpod: ^3.0.0 copied to clipboard

Riverpod state management integration for the Kache caching library.

3.0.0 #

  • Updated the re-exported Kache dependency to ^3.0.0; native Riverpod provider semantics are unchanged.

2.0.0 #

  • Added KacheNotifier.cancel() for the provider resource's shared key fetch.
  • Adopted the core 2.0 event and cancellation contracts.
  • Verified native provider lifecycle, keep-alive, dependency rebuild, override, family, and no-loop behavior with Riverpod 3.4.2 while retaining the Riverpod 3.3.2 compatible floor.

1.2.0 #

  • Added KacheProvider and KacheProviderFamily aliases while preserving native Riverpod provider behavior.
  • Locked interoperability for select, observers, scoped dependencies, overrides, refresh/invalidate, subscriptions, and provider lifecycle.
  • Documented build-time watch, event-time read, and scoped dependency declarations in line with Riverpod 3.3.2 guidance.
  • Documented the unsupported overrideWithBuild path and the distinct Riverpod build-error and Kache fetch-failure channels.
  • Removed the misleading synchronous provider retry option after verifying that Riverpod 3.3.2 does not invoke it for NotifierProvider build errors.

1.1.0 #

  • Documented and tested named-record arguments for multi-parameter provider families.
  • Exposed the new lossless KacheSnapshot rendering helpers without adding a second AsyncValue state source.

1.0.1 #

  • Lowered the verified Dart SDK requirement to the Riverpod floor of 3.7.

1.0.0 #

  • Initial release of Riverpod provider, family, auto-dispose, keep-alive, and notifier command integration for Kache.
  • Preserved manual keep-alive intent across dependency-driven rebuilds.
0
likes
140
points
433
downloads

Documentation

API reference

Publisher

verified publisherfluttercandies.com

Weekly Downloads

Riverpod state management integration for the Kache caching library.

Topics

#cache #riverpod #state-management #offline-first

License

MIT (license)

Dependencies

kache, riverpod

More

Packages that depend on kache_riverpod