effective_dart 1.3.2 copy "effective_dart: ^1.3.2" to clipboard
effective_dart: ^1.3.2 copied to clipboard

discontinuedreplaced by: lints

Linter rules corresponding to the guidelines in Effective Dart.

example/example.md

How to use the package #

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

dev_dependencies:
  effective_dart: ^1.3.0

Then add an include in your analysis_options.yaml file:

include: package:effective_dart/analysis_options.yaml

Or, if you using e.g. continuous builds, they will likely fail whenever a new version of package:effective_dart is released. To avoid this, specify a version of analysis_options.yaml:

include: package:effective_dart/analysis_options.1.3.0.yaml
128
likes
140
pub points
90%
popularity

Publisher

verified publishertenhobi.dev

Linter rules corresponding to the guidelines in Effective Dart.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on effective_dart