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

Flutter lifecycle and widget integrations for the Kache caching library.

3.0.0 #

  • Updated the re-exported Kache dependency to ^3.0.0 for the persistence contract cutover; Flutter controller and widget behavior is unchanged.

2.0.1 #

  • Made different-key query and client replacements transactional, preserving the active controller when replacement validation fails.

2.0.0 #

  • Added KacheController.cancel() for the current key's shared fetch.
  • Adopted the core 2.0 trace/span event and reasoned cancellation contracts.
  • Preserved controller key-generation isolation and Flutter lifecycle behavior.

1.2.0 #

  • Added the supported foundation for kache_flutter_hooks while preserving the existing controller and widget APIs.

1.1.0 #

  • Exposed the new KacheSnapshot.when, maybeWhen, and mapData APIs through the Flutter integration.
  • Updated the Flutter rendering contract for explicit idle and retained-data refresh error states.

1.0.1 #

  • Lowered the verified requirements to Dart 3.5 and Flutter 3.24.

1.0.0 #

  • Initial release of Flutter scope, controller, builder, listener, and app lifecycle integration for Kache.
  • Added automatic polling pause and resume across Flutter app lifecycle states.
  • Added reconnect pause and resume across Flutter app lifecycle states.
  • Prevented pending commands from an old key from updating a rebound controller.
1
likes
140
points
475
downloads

Documentation

API reference

Publisher

verified publisherfluttercandies.com

Weekly Downloads

Flutter lifecycle and widget integrations for the Kache caching library.

Topics

#cache #swr #flutter #offline-first

License

MIT (license)

Dependencies

flutter, kache

More

Packages that depend on kache_flutter