words 0.0.1 copy "words: ^0.0.1" to clipboard
words: ^0.0.1 copied to clipboard

outdated

Collection of Dart linter rules used in projects of WordCollector.

Collection of Dart linter rules used in projects at WordCollector. #

The words package comprises two sets of lints which help in development of consistent, predictable applications.

Two sets of linter rules are used:

  • Core lints: Lints applicable to all Dart code across every platform, expected to be enforced in every code library published by WordCollector, as well as in private repositories.

  • Flutter lints: Core lints + additional lints only applicable to the Flutter framework.

To learn more about lints, visit the official Dart lints package repository.

How to enable these lints #

  1. Add the words package as a developer dependency using the terminal:
dart pub add --dev words
  1. Create an analysis_options.yaml file at the root of the repository (next to pubspec.yaml).

  2. In a Flutter project you should add:

include: package:words/flutter.yaml

Otherwise:

include: package:words/core.yaml
0
likes
0
pub points
31%
popularity

Publisher

verified publishervxern.dev

Collection of Dart linter rules used in projects of WordCollector.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on words