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

Set of lints for Flutter applications, widget collections, Dart applications and packages.

example/example.md

Example #

Drop-in replacement (favoring inference) for default configs #

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/recommended.yaml

Base config #

Example analysis_options.yaml file for Flutter project:

include: package:zekfad_lints/base/flutter.yaml

Example analysis_options.yaml file for Dart project:

include: package:zekfad_lints/base/dart.yaml

Config with strict requirement for always specifying types #

Example analysis_options.yaml file for Flutter project:

include: package:zekfad_lints/typed/flutter.yaml

Example analysis_options.yaml file for Dart project:

include: package:zekfad_lints/typed/dart.yaml

Config with strict requirement for not specifying unnecessary types #

Example analysis_options.yaml file for Flutter project:

include: package:zekfad_lints/untyped/flutter.yaml

Example analysis_options.yaml file for Dart project:

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

Publisher

unverified uploader

Set of lints for Flutter applications, widget collections, Dart applications and packages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

ISC (LICENSE)

Dependencies

flutter_lints, lints

More

Packages that depend on zekfad_lints