context_watch 2.0.0-dev.1
context_watch: ^2.0.0-dev.1 copied to clipboard
A hassle-free way to watch for observable value changes within the `build` method.
2.0.0-dev.1 #
Stream.watch()
andFuture.watch()
now returnAsyncSnapshot
, just likeStreamBuilder
andFutureBuilder
do- Performance improvements
- Added example app with benchmarks
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.