A set of linting rules for clean code structure
More...
A custom lint package for Dart.
Warns about using src/ in import paths for subpackages.
Add the following to your pubspec.yaml file:
pubspec.yaml
dev_dependencies: custom_lint: kerekewere:
Add the following to the analysis_options.yaml file:
analysis_options.yaml
analyzer: plugins: - custom_lint
API reference
unverified uploader
MIT (license)
analyzer, custom_lint_builder
Packages that depend on kerekewere
Back