flint 1.0.5 copy "flint: ^1.0.5" to clipboard
flint: ^1.0.5 copied to clipboard

outdated

This package contains Forus Labs' different sets of dartanalyzer lints that we use internally in our Dart & Flutter projects.

Flint - Because Pedantic wasn't strict enough #

Travis CI Pub Dev

Forus Labs' different sets of dartanalyzer lints that we use internally in our Dart & Flutter projects.


Using the Lints #

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

dev_dependencies:
  flint: ^1.0.5  

Then, add the set of lints to your analysis_options.yaml. The following will always include the latest version of the specified set of lints.

include: package:flint/dart/dev/analysis_options.yaml

A specific version of a set of lints can also be used via:

include: package:flint/dart/dev/analysis_options.1.0.5.yaml

Lint Sets #

Lint Description
package:flint/dart/dev/analysis_options.yaml master branch of a Dart project
package:flint/dart/stable/analysis_options.yaml stable branch of a Dart project
package:flint/flutter/dev/analysis_options.yaml master branch of a Flutter project
package:flint/flutter/stable/analysis_options.yaml stable branch of a Flutter project
1
likes
0
pub points
33%
popularity

Publisher

verified publisherforuslabs.com

This package contains Forus Labs' different sets of dartanalyzer lints that we use internally in our Dart & Flutter projects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on flint