zekfad_lints 1.0.0 copy "zekfad_lints: ^1.0.0" to clipboard
zekfad_lints: ^1.0.0 copied to clipboard

Set of lints for Flutter apps, packages, plugins and Dart apps and packages.

pub package

This package contains a set of lints for Flutter apps, packages, plugins and pure Dart apps and packages.

This package is built on top of Flutter's flutter.yaml set of lints from package:flutter_lints and Dart's recommended.yaml set of lints from package:lints.

Usage #

  1. Depend on this package as a dev_dependency by running flutter pub add --dev zekfad_lints.
  2. Create an analysis_options.yaml file at the root of the package (alongside the pubspec.yaml file) and include: package:zekfad_lints/flutter.yaml for flutter or include: package:zekfad_lints/dart.yaml for dart from it.

Example analysis_options.yaml file for flutter project:

include: package:zekfad_lints/flutter.yaml

Example analysis_options.yaml file for dart project:

include: package:zekfad_lints/dart.yaml
0
likes
0
pub points
19%
popularity

Publisher

unverified uploader

Set of lints for Flutter apps, packages, plugins and Dart apps and packages.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter_lints, lints

More

Packages that depend on zekfad_lints