kache_bloc 3.0.0
kache_bloc: ^3.0.0 copied to clipboard
Bloc and Cubit state management integration for the Kache caching library.
3.0.0 #
- Updated the re-exported Kache dependency to
^3.0.0; Bloc and Cubit state ownership behavior is unchanged.
2.0.1 #
- Made Cubit close idempotent during synchronous Bloc observer callbacks.
2.0.0 #
- Added key-scoped
cancel()toKacheBlocBindingandKacheCubit. - Adopted the core 2.0 trace/span event and reasoned cancellation contracts.
1.2.0 #
- Updated the Kache core compatibility range for the coordinated 1.2 release.
1.1.0 #
- Exposed the new
KacheSnapshotrendering and data-mapping APIs through Bloc and Cubit state. - Locked command return types to
Future<KacheSnapshot<T>>across bindings and cubits.
1.0.1 #
- Lowered the verified Dart SDK requirement from 3.9 to 3.5.
1.0.0 #
- Initial release of
KacheCubitand the composableKacheBlocBindingfor pure Dart Bloc applications.