flutter_hooks_lint 1.3.1
flutter_hooks_lint: ^1.3.1 copied to clipboard
A lint package providing guidelines for using flutter_hooks in your Flutter widget!
1.3.1 #
- update dependency versions for analyzer and custom_lint packages
1.3.0 #
- Added support for newer Flutter versions
- Update README
1.2.1 #
- Bump
custom_lint
1.2.0 #
- Added a new LintFix to
hook_name_convention_rule
- Support for
HookConsumer
andHookBuilder
- Several bug fixes
1.1.0 #
- Added a new lint rule called
hooks_avoid_within_class
- Fixed a bug in
hooks_method_visitor.dart
1.0.5 #
- Do not consider
useFuture
anduseStream
inhooks_memoized_consideration
1.0.4 #
- Fixed a bug in
hooks_memoized_consideration
1.0.3 #
- Fixed a bug in
hooks_method_visitor.dart
- Fixed a bug in
hooks_memoized_consideration
- Fixed a test for
hooks_unused_test
1.0.2 #
- Fixed a bug where
Unsupported operation: Cannot extract a file path from a package URI
occurred when runningdart run custom_lint
.
1.0.1 #
- Change the version range of the analyzer to
>=6.0.0 <7.0.0
- Update README
1.0.0 #
Initial release 🎉