lintme 1.0.0+2 copy "lintme: ^1.0.0+2" to clipboard
lintme: ^1.0.0+2 copied to clipboard

Software analytics tool that helps developers analyse and improve software quality.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate lintme

Use it

The package has the following executables:

$ metrics

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lintme

With Flutter:

 $ flutter pub add lintme

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

dependencies:
  lintme: ^1.0.0+2

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

Import it

Now in your Dart code, you can use:

import 'package:lintme/analyzer_plugin.dart';
import 'package:lintme/cli_runner.dart';
import 'package:lintme/config.dart';
import 'package:lintme/lint_analyzer.dart';
import 'package:lintme/reporters.dart';
import 'package:lintme/unnecessary_nullable_analyzer.dart';
import 'package:lintme/unused_code_analyzer.dart';
import 'package:lintme/unused_files_analyzer.dart';
import 'package:lintme/unused_l10n_analyzer.dart';
1
likes
150
pub points
0%
popularity

Publisher

unverified uploader

Software analytics tool that helps developers analyse and improve software quality.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, ansicolor, args, collection, crypto, file, glob, html, http, lintme_presets, meta, path, platform, pub_updater, source_span, uuid, xml, yaml

More

Packages that depend on lintme