context_watch_getx 3.0.0 copy "context_watch_getx: ^3.0.0" to clipboard
context_watch_getx: ^3.0.0 copied to clipboard

context_watch adapter for 'get' package

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 InheritedContextWatch and ContextWatcher had changed significantly and the behavior of watchOnly() had been improved to reduce unnecessary rebuilds in one of the edge cases.

  • FEAT: watchEffect() for attaching side effects to the observed data.

1.0.5 #

  • Update a dependency to the latest release.

1.0.4 #

  • Update a dependency to the latest release.

1.0.3 #

  • Update a dependency to the latest release.

1.0.2 #

  • Update a dependency to the latest release.

1.0.1 #

  • REFACTOR: context_watch v3 migration.

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