owl_analysis 1.0.1 copy "owl_analysis: ^1.0.1" to clipboard
owl_analysis: ^1.0.1 copied to clipboard

This is a package for owl-shed analysis related things.

example/README.md

In order to use this package, install it as a dev_dependency, and then use the include syntax to choose from one of the following:

  • general.yaml - Use for general applications.
  • web.yaml - Use for web applications.
  • package.yaml - Use when you're making a custom package.

Then additionally, you can do an extra include to specify experimental, which will also enable some of the dart lints that are still marked as experimental.

# In analysis_options.yaml
include: package:owl_analysis/general.yaml

# Or
include:
  - package:owl_analysis/package.yaml
  - package:owl_analysis/experimental.yaml
0
likes
160
points
19
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This is a package for owl-shed analysis related things.

Repository (GitHub)
View/report issues

Topics

#lints

Funding

Consider supporting this project:

ko-fi.com
github.com

License

BSD-3-Clause (license)

Dependencies

flutter_lints, lints

More

Packages that depend on owl_analysis