xsoulspace_lints 0.0.14 copy "xsoulspace_lints: ^0.0.14" to clipboard
xsoulspace_lints: ^0.0.14 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]
copied to clipboard
  1. Then place in the analysis_options.yaml
include: package:xsoulspace_lints/[filename].yaml
copied to clipboard

For example:

include: package:xsoulspace_lints/app.yaml
copied to clipboard
1
likes
140
points
182
downloads

Publisher

verified publisherxsoulspace.dev

Weekly Downloads

2024.09.09 - 2025.03.24

Strict lint rules for Flutter and Dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on xsoulspace_lints