effective_dart 1.2.0
effective_dart: ^1.2.0 copied to clipboard
The set of rules corresponding to the Effective Dart guide.
Changelog #
1.2.0 #
- Add
lines_longer_than_80_chars
, see #13 - Add
implementation_imports
, see #14 - Add
prefer_relative_imports
, see #15 - Add
camel_case_extensions
, see #16 - Add
avoid_catching_errors
, see #17 - Add
prefer_mixin
, see #18 - Add
avoid_types_on_closure_parameters
, see #19 - Add
avoid_equals_and_hash_code_on_mutable_classes
, see #20
1.1.2 #
- Documentation updated with a chapter about consider lints.
- Add links to lints mentioned in README.
1.1.0 #
- Disable
comment_references
because it is way too restrictive (see this issue)
1.0.1 #
- Fix SDK version.
- Enhance README.
1.0.0 #
- Add linst according to the current state of the Effective Dart
analysis_options.yaml
.