innim_lint 0.1.0 innim_lint: ^0.1.0 copied to clipboard
Dart extension methods for Iterable and List. You can easily sum, count elements and many more.
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