context_watch_base 3.0.0 context_watch_base: ^3.0.0 copied to clipboard
A common dependency for all context_watch-related packages
3.0.0 #
Note: This release has breaking changes.
- BREAKING REFACTOR: Simplified the API. Every observable type now has only two extension methods:
watch()
,watchOnly()
.
2.0.2 #
- REFACTOR: pubspec.yaml: Updated homepage/repository with proper branch name.
2.0.1 #
- REFACTOR: updated Flutter SDK constraint.
2.0.0-dev.5 #
- Fixed initial frame handling
1.0.0-dev.1 #
- Extracted InheritedContextWatch into a separate package to make it possible to create context watchers for custom observable types