innim_lint 0.1.7 innim_lint: ^0.1.7 copied to clipboard
The Dart analyzer settings and linter rules used at Innim for Dart and Flutter projects. Stricter than pedantic.
innim_lint #
This package contains analysis settings for Flutter/Dart projects and packages by Innim team.
It's stricter than pedantic.
See Customizing static analysis.
Usage #
To use the lints add a dependency in your pubspec.yaml
:
# If you use `unawaited()` in code, add a normal dependency.
dependencies:
innim_lint: ^1.0.0
# Or, if you just want `analysis_options.yaml`, it can be a dev dependency.
dev_dependencies:
innim_lint: ^1.0.0
then, add an include in your analysis_options.yaml
:
include: package:innim_lint/analysis_options.yaml