static_analyze_av 0.2.4 copy "static_analyze_av: ^0.2.4" to clipboard
static_analyze_av: ^0.2.4 copied to clipboard

The Dart analyzer settings with stricter linter rules that allow you to write more maintainable code and improve performance.

static_analyze_av #

The Dart analyzer settings with stricter linter rules that allow you to write more maintainable code and improve performance.

You can always change the severity of lints or ignore individual lint rule. If you need more information about the analyzer and linter rules, read this static analysis details.

Also you can read about supported Lint Rules.

Getting Started #

  • Add a dev dependency in your pubspec.yaml
dev_dependencies:
  static_analyze_av: ^0.2.3
  • Place an analysis_options.yaml at the root of your package.

  • Include the next line in your analysis_options.yaml:

include: package:static_analyze_av/analysis_options.yaml
1
likes
110
pub points
58%
popularity

Publisher

unverified uploader

The Dart analyzer settings with stricter linter rules that allow you to write more maintainable code and improve performance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on static_analyze_av