- Upgraded dependencies
- Allow disabling all rules using config (only as a all or nothing at the moment)
- Added new rule avoid_if_with_enum in order to enforce using exhaustive cases on enum
- Exclude assertions from analysis
- Loosened some unnecessary constraints in the pubspec.yaml file.
- 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.