solid_lints 0.0.3 solid_lints: ^0.0.3 copied to clipboard
Lints for Dart and Flutter based on software industry standards and best practices.
Solid Lints #
Flutter/Dart lints configuration based on software engineering industry standards (ISO/IEC, NIST) and best practices.
Usage #
Add dependency in your pubspec.yaml:
dev_dependencies:
solid_lints: any
And then include solid_lints
into your project top-level analysis_options.yaml
:
include: package:solid_lints/analysis_options.yaml
Badge #
To indicate that your project is using Solid Lints, you can use the following badge:
[![style: solid](https://img.shields.io/badge/style-solid-orange)](https://pub.dev/packages/solid_lints)