flutter_sane_lints 0.3.0 copy "flutter_sane_lints: ^0.3.0" to clipboard
flutter_sane_lints: ^0.3.0 copied to clipboard

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

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.
4
likes
150
pub points
31%
popularity

Publisher

verified publisherel-darto.net

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, custom_lint_builder, meta

More

Packages that depend on flutter_sane_lints