context_watch_signals 5.0.3 
context_watch_signals: ^5.0.3 copied to clipboard
context_watch adapter for signals package
5.0.3 #
- Update a dependency to the latest release.
 
5.0.2 #
- Update a dependency to the latest release.
 
5.0.1 #
- Update a dependency to the latest release.
 
5.0.0 #
Note: This release has breaking changes.
- BREAKING FEAT: context.use().
 
4.0.0 #
Note: This release has breaking changes.
- BREAKING FEAT: watch*() on Listenable/ValueListenable is even more convenient now!
 
3.0.4 #
- Update a dependency to the latest release.
 
3.0.3 #
- DOCS: applied deprecation annotation from updated signals_flutter.
 
3.0.2 #
- Update a dependency to the latest release.
 
3.0.1 #
- Update a dependency to the latest release.
 
3.0.0 #
Note: This release has breaking changes.
- BREAKING FEAT: simplified callback argument selection API for ContextWatchSubscription.
 
2.0.0 #
Note: This release does not contain any breaking API changes.
This is a major release because the underlying implementation of
InheritedContextWatchandContextWatcherhad changed significantly and the behavior ofwatchOnly()had been improved to reduce unnecessary rebuilds in one of the edge cases.
- FEAT: watchEffect() for attaching side effects to the observed data.
 
1.1.2 #
- Update a dependency to the latest release.
 
1.1.1 #
- Update a dependency to the latest release.
 
1.1.0 #
- FEAT: Update signals_flutter in context_watch_signals to v5 (#11).
 
1.0.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
 
1.0.0-dev.2 #
- Update a dependency to the latest release.
 
1.0.0-dev.1 #
- Initial release