grab 0.2.1
grab: ^0.2.1 copied to clipboard
A flutter package to control rebuilds of a widget based on updates of a Listenable such as ChangeNotifier and ValueNotifier.
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.