kache_provider 1.1.0
kache_provider: ^1.1.0 copied to clipboard
Provider state management integration for the Kache Flutter library.
1.1.0 #
- Exposed the new
KacheSnapshotrendering and data-mapping APIs through Provider controllers and consumers. - Locked controller refresh commands to
Future<KacheSnapshot<T>>.
1.0.1 #
- Lowered the verified requirements to Dart 3.5 and Flutter 3.24.
1.0.0 #
- Initial release of Provider widgets, consumer, and context helpers backed by
KacheController.