A sample app that uses Chili custom lints via custom_lint package
Add this to your package's pubspec.yaml
file:
dev_dependencies:
custom_lint: ^0.5.0 #check latest version
chili_custom_lints:
git:
url: https://github.com/ChiliLabs/chili_custom_lints.git
Add this to your package's analysis_options.yaml
file:
analyzer:
plugins:
- custom_lint
Run flutter pub get
to install and maybe restart your IDE.