Skip to content

ChiliLabs/chili_custom_lints_example

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published