context_watch 2.0.0-dev.4
context_watch: ^2.0.0-dev.4 copied to clipboard
A hassle-free way to watch for observable value changes within the `build` method.
2.0.0-dev.4 #
Stream.watch()
andFuture.watch()
now returnAsyncSnapshot
, just likeStreamBuilder
andFutureBuilder
do- Performance improvements
- Added example app with benchmarks
- Extracted InheritedContextWatch into a separate package to make it possible to create context watchers for custom observable types
1.0.2 #
- Updated flutter_lints
1.0.1 #
- Added back a workaround for https://github.com/flutter/flutter/issues/128432 to loosen Flutter SDK version constraint.
1.0.0 #
- Initial release.
Listenable.watch(context)
,Stream.watch(context)
extensions.