- Add a note about incompatibility with the latest grab version.
- This package is no longer necessary for newer versions of grab (1.0.0-dev.1 and above).
- Bump custom_lint_builder version to 0.5.8.
- Add
maybe_wrong_build_context_for_grab
. - Remove
avoid_grab_in_callback
in favour ofmaybe_wrong_build_context_for_grab
. - Use custom_lint_builder 0.5.7.
- Refactoring.
- First release on pub.dev.
- Fix
unnecessary_grab_mixin
not working for StatefulWidget. - Improve tests.
- Update dependencies.
- Raise minimum Dart SDK version to 3.0.0.
- Support grab 0.4.0.
- Support for older grab versions will be removed in the future.
- Update dependencies.
- Small refactorings.
- Fix
avoid_grab_in_callback
to not warn about use of grab outside a callback. - Improve example and README.
- Raise minimum Dart SDK version to 2.19.0.
- Create almost all from scratch again due to breaking changes in custom_lint.
- Improved rules:
- avoid_grab_in_callback (previously grab_used_too_deep)
- avoid_grab_outside_build (previously grab_used_in_function)
- missing_grab_mixin (previously no_grab_mixin)
- Newly added rules:
- unnecessary_grab_mixin
- wrong_grab_mixin
- Improved rules:
- Initial version.