strict_dart 2.1.0+1 copy "strict_dart: ^2.1.0+1" to clipboard
strict_dart: ^2.1.0+1 copied to clipboard

discontinuedreplaced by: strict_analyzer
outdated

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

strict_dart #

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

Getting Started #

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

  • Include the next line in your analysis_options.yaml:

include: package:strict_dart/analysis_options.yaml

In addition, you can always change the severity of lints or ignore individual lint rule. You can find information on how to do this at the link below.

Static analysis details

2
likes
30
pub points
0%
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

License

BSD-3-Clause (LICENSE)

More

Packages that depend on strict_dart