fd_lints 2.3.0
fd_lints: ^2.3.0 copied to clipboard
An opiniated set of lint rules for Dart and Flutter projects. Made by yours truly Floating Dartists.
2.3.0 #
- Bump dependencies
- Added rule use_const_on_env_constructors
2.2.1 #
- Bump dependencies
2.2.0 #
- Updated
analyzerdependency constraints to">=5.12.0 <7.0.0" - Updated
custom_lint_builderdependency constraints to">=0.5.2 <0.6.0"
2.1.0 #
- Updated documentation of the package
- Upgraded
custom_lint0.4.0->0.5.0
2.0.1 #
- Updated documentation of custom rules
2.0.0 #
- Added rule flutter_style_todos
- Created custom rules with the package custom_lint
avoid_as: Avoid usingaskeyword ⚠️avoid_non_null_assertion: Avoid using!operator ⚠️
1.1.1 #
- Added rule invalid_annotation_target as ignored
1.1.0 #
- Updated Dart SDK constraints to:
">=2.18.0 <4.0.0" - Added rule unnecessary_breaks
1.0.2 #
- Removed rule omit_local_variable_types
1.0.1 #
- Removed rule prefer_expression_function_bodies
1.0.0 #
- Initial version.