grab 0.3.1
grab: ^0.3.1 copied to clipboard
A flutter package providing mixins and extension methods to trigger a rebuild on change in a Listenable (ChangeNotifier, ValueNotifier, etc).
0.3.1 #
- Refactor extension methods.
- Rename a debug property from
grabCountertograbCallCounter. - Simplify tests for maintainability.
0.3.0+1 #
- Fix changelog.
0.3.0 #
- Bump minimum Flutter version to 3.0.0.
- Minor changes.
0.2.2 #
- Remove unnecessary list of previous values from element.
grabValueswas 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
GrabSelectorpublic. - Refactor GrabMixinError.
- Throw
GrabMixinErrorinstead ofAssertionErrorin debug mode too. - Improve tests.
- Improve documentation.
- Update lint rules.
0.1.0 #
- Improve documentation.
- Require Flutter >=2.10.
0.0.1 #
- Initial version.