Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 567 Bytes

A sample app that uses Chili custom lints via custom_lint package

Getting Started

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.