equatable_lint 0.1.0 equatable_lint: ^0.1.0 copied to clipboard
This is a set of rules to make classes using Equatable more maintainable. We make sure here that every fields in an Equatable class is linked to the Equatable props getter.
In your pubspec.yaml
, add thes lines to your dev dependencies
dev_dependencies:
custom_lint: ^0.0.12
equatable_lint:
path: ^0.1.0
In your analysis_options.yaml
, add thes lines to your analyzer
analyzer:
plugins:
- custom_lint