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

discontinuedreplaced by: lints
outdated

This package provides the lints according to the Effective Dart guide.

effective_dart #

This package provides the lints according to the Effective Dart guide.

This package is inspired by the pedantic package, which contains lints internally used at Google.

Using the Lints #

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

dev_dependencies:
  effective_dart: ^1.0.0

Then add an include in your analysis_options.yaml file:

include: package:effective_dart/analysis_options.yaml

You can always specify a specific version instead:

include: package:effective_dart/analysis_options.1.0.0.yaml

License #

Licensed under the MIT License.

128
likes
0
pub points
90%
popularity

Publisher

verified publishertenhobi.dev

This package provides the lints according to the Effective Dart guide.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on effective_dart