xsoulspace_lints 0.1.0 copy "xsoulspace_lints: ^0.1.0" to clipboard
xsoulspace_lints: ^0.1.0 copied to clipboard

Strict lint rules for Flutter and Dart.

Intro #

Hi!

This is a set of rules which I use for my personal and commercial projects.

Usually, I review these rules once a year and update them based on the latest Flutter and Dart releases.

Hope this helps! :)

Available rules: #

  • app.yaml - useful for developing application or its parts.
  • library.yaml - useful for monorepos.
  • public_library.yaml - the purpose to use this lint if you developing a library which will be published to pub.dev.

Usage: #

  1. Add dependecies for pubspec:
dev_dependencies:
  lints: [latest_version]
  xsoulspace_lints: [latest_version]
  1. Then place in the analysis_options.yaml
include: package:xsoulspace_lints/[filename].yaml

For example:

include: package:xsoulspace_lints/app.yaml
1
likes
140
points
341
downloads

Publisher

verified publisherxsoulspace.dev

Weekly Downloads

Strict lint rules for Flutter and Dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on xsoulspace_lints