zds_analysis 1.2.0 copy "zds_analysis: ^1.2.0" to clipboard
zds_analysis: ^1.2.0 copied to clipboard

Lint rules for Dart and Flutter used internally at Zebra Technologies

example/example.md

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

dev_dependencies:
  zds_analysis: ^1.0.0

Then, add an include in analysis_options.yaml:

include: package:zds_analysis/analysis_options.yaml

This will ensure you always use the latest version of the lints.

Our versions follow the Dart SDK versions. If you wish to restrict the lint version, specify a version of analysis_options.yaml. For example, for projects using Dark SDK versions 2.18.x:

include: package:zds_analysis/analysis_options.2.18.yaml

For strict typed rules, use:

include: package:zds_analysis/analysis_options_strict.yaml

Or, specific version:

include: package:zds_analysis/analysis_options_strict.2.18.yaml

For library specific lints (not for use in applications):

include: package:zds_analysis/analysis_options_lib.yaml
3
likes
160
points
124
downloads

Publisher

verified publisherzebra.com

Weekly Downloads

Lint rules for Dart and Flutter used internally at Zebra Technologies

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on zds_analysis