tree: 9c10f8ec7c21d2e2c42d75e74d2f99f60c957ab5 [path history] [tgz]
  1. lib/
  2. test/
  3. tool/
  4. .gitignore
  5. analysis_options.yaml
  6. CHANGELOG.md
  7. LICENSE
  8. mono_pkg.yaml
  9. pubspec.yaml
  10. README.md
pkgs/dart_flutter_team_lints/README.md

pub package package publisher

What is this?

This is a set of lints used by the Dart and Flutter teams to analyze their packages and repositories; it's built on top of package:lints/recommended.yaml.

This package is not meant to be a recommendation for analysis settings for the wider ecosystem. For our community recommendations, see package:lints and package:flutter_lints.

For documentation about customizing static analysis for your project, see https://dart.dev/tools/analysis.

Using the Lints

To use the lints, add the package as a dev dependency in your pubspec.yaml file:

dart pub add dev:dart_flutter_team_lints

then, add an analysis_options.yaml file to your project:

include: package:dart_flutter_team_lints/analysis_options.yaml