tree: 56907ff0b3cc5c5e7f53226bb9fbe5d966c3f911 [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. analysis_options.yaml
  5. CHANGELOG.md
  6. LICENSE
  7. mono_pkg.yaml
  8. pubspec.yaml
  9. 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/guides/language/analysis-options.

Using the Lints

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

dev_dependencies:
  dart_flutter_team_lints: ^1.0.0

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

include: package:dart_flutter_team_lints/analysis_options.yaml