Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 580 Bytes

CHANGELOG.md

File metadata and controls

28 lines (14 loc) · 580 Bytes

0.3.0

  • Upgraded dependencies

0.2.1

  • Allow disabling all rules using config (only as a all or nothing at the moment)

0.2.0

  • Added new rule avoid_if_with_enum in order to enforce using exhaustive cases on enum

0.1.2

  • Exclude assertions from analysis

0.1.1

  • Loosened some unnecessary constraints in the pubspec.yaml file.

0.1.0

  • Initial version of the plugin.
  • Includes a single lint rule to avoid declaring ad-hoc strings inside Widget/State classes, or passing a literal to a Widget constructor.