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
copied to clipboard

Then add an include in your analysis_options.yaml file:

include: package:effective_dart/analysis_options.yaml
copied to clipboard

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
copied to clipboard
127
likes
160
points
14.2k
downloads

Publisher

verified publishertenhobi.dev

Weekly Downloads

2024.10.05 - 2025.04.19

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