saropa_lints 4.8.8 copy "saropa_lints: ^4.8.8" to clipboard
saropa_lints: ^4.8.8 copied to clipboard

1677+ custom lint rules with 221 quick fixes for Flutter and Dart. Static analysis for security, accessibility, and performance.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate saropa_lints

Use it

The package has the following executables:

$ baseline
$ impact_report
$ init
$ saropa_lints

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add saropa_lints

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  saropa_lints: ^4.8.8

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:saropa_lints/saropa_lints.dart';
2
likes
0
points
3.8k
downloads

Publisher

verified publishersaropa.com

Weekly Downloads

1677+ custom lint rules with 221 quick fixes for Flutter and Dart. Static analysis for security, accessibility, and performance.

Homepage
Repository (GitHub)
View/report issues

Topics

#linter #static-analysis #code-quality #flutter #dart

License

unknown (license)

Dependencies

analyzer, custom_lint_builder, json2yaml, yaml

More

Packages that depend on saropa_lints