strict_dart 1.0.1 strict_dart: ^1.0.1 copied to clipboard
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: ^1.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