kache_flutter 3.0.0
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.0for 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_hookswhile preserving the existing controller and widget APIs.
1.1.0 #
- Exposed the new
KacheSnapshot.when,maybeWhen, andmapDataAPIs 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.