flutter_sane_lints 0.2.1
flutter_sane_lints: ^0.2.1 copied to clipboard
A custom lint for flutter projects to avoid ad-hoc string literals.
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.