context_plus 2.0.0 copy "context_plus: ^2.0.0" to clipboard
context_plus: ^2.0.0 copied to clipboard

Convenient value propagation and observing for Flutter

2.0.0 #

Note: This release has breaking changes.

  • BREAKING CHANGE: Removed Ref<ValueListenable>.watchValue() and Ref<ValueListenable>.watchValueOnly(). Ref<ValueListenable>.watch() now returns the value, Ref<Listenable>.watch() now returns void.

1.0.4 #

  • Update a dependency to the latest release.

1.0.3 #

  • REFACTOR: added topics to context_plus, context_ref, context_watch.

1.0.2 #

  • REFACTOR: pubspec.yaml: Updated homepage/repository with proper branch name.

1.0.1 #

  • REFACTOR: updated Flutter SDK constraint.

1.0.0 #

  • Initial release.