grab 0.3.0
grab: ^0.3.0 copied to clipboard
A flutter package providing BuildContext extension methods to trigger a rebuild on change in Listenable (ChangeNotifier, ValueNotifier, etc).
0.3.0 #
- Bump minimum Flutter version to 0.3.0.
- Minor changes.
0.2.2 #
- Remove unnecessary list of previous values from element.
grabValues
was accordingly removed from the debug properties.
- Remove duplicate
_reset()
call. - Additional minor refactoring.
0.2.1 #
- Improve document of mixins.
- Add sample app link to README.
0.2.0 #
- Implement
debugFillProperties()
. - Make
GrabSelector
public. - Refactor GrabMixinError.
- Throw
GrabMixinError
instead ofAssertionError
in debug mode too. - Improve tests.
- Improve documentation.
- Update lint rules.
0.1.0 #
- Improve documentation.
- Require Flutter >=2.10.
0.0.1 #
- Initial version.