Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 1.36 KB

2.3.0

2.2.1

  • Bump dependencies

2.2.0

  • Updated analyzer dependency constraints to ">=5.12.0 <7.0.0"
  • Updated custom_lint_builder dependency constraints to ">=0.5.2 <0.6.0"

2.1.0

  • Updated documentation of the package
  • Upgraded custom_lint 0.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 using as keyword ⚠️
    • avoid_non_null_assertion: Avoid using ! operator ⚠️

1.1.1

  • Added rule invalid_annotation_target as ignored

1.1.0

1.0.2

1.0.1

1.0.0

  • Initial version.