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

outdated

Lint rules for Dart and Flutter used internally at NetGlade.

NetGlade Analysis #

NetGlade

Developed with 💙 by NetGlade

ci pub package License: MIT


This package provides lint rules for Dart and Flutter which are used at NetGlade.

Usage #

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

dev_dependencies:
  netglade_analysis: ^1.0.0

Then, add an include in analysis_options.yaml:

include: package:netglade_analysis/lints.yaml

analyzer:
  plugins:
    - dart_code_metrics

dart_code_metrics:
  extends:
    - package:netglade_analysis/code_metrics.yaml
18
likes
0
pub points
53%
popularity

Publisher

verified publishernetglade.cz

Lint rules for Dart and Flutter used internally at NetGlade.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

More

Packages that depend on netglade_analysis