flutter_sane_lints 0.2.1 copy "flutter_sane_lints: ^0.2.1" to clipboard
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.
4
likes
130
points
150
downloads

Publisher

verified publisherel-darto.net

Weekly Downloads

A custom lint for flutter projects to avoid ad-hoc string literals.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, custom_lint_builder, meta

More

Packages that depend on flutter_sane_lints