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

2075 custom lint rules with 132 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
$ cross_file
$ impact_report
$ init
$ saropa_lints
$ scan
$ write_config

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: ^9.9.1

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';
3
likes
0
points
4.29k
downloads

Publisher

verified publishersaropa.com

Weekly Downloads

2075 custom lint rules with 132 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

analysis_server_plugin, analyzer, analyzer_plugin, collection, path

More

Packages that depend on saropa_lints