dart_code_linter 2.0.0 copy "dart_code_linter: ^2.0.0" to clipboard
dart_code_linter: ^2.0.0 copied to clipboard

Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_code_linter
copied to clipboard

Use it

The package has the following executables:

$ metrics
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_code_linter
copied to clipboard

With Flutter:

 $ flutter pub add dart_code_linter
copied to clipboard

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

dependencies:
  dart_code_linter: ^2.0.0
copied to clipboard

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:dart_code_linter/analyzer_plugin.dart';
import 'package:dart_code_linter/cli_runner.dart';
import 'package:dart_code_linter/config.dart';
import 'package:dart_code_linter/lint_analyzer.dart';
import 'package:dart_code_linter/reporters.dart';
import 'package:dart_code_linter/unnecessary_nullable_analyzer.dart';
import 'package:dart_code_linter/unused_code_analyzer.dart';
import 'package:dart_code_linter/unused_files_analyzer.dart';
import 'package:dart_code_linter/unused_l10n_analyzer.dart';
copied to clipboard
52
likes
140
points
128k
downloads

Publisher

verified publisherbancolombia.com

Weekly Downloads

2024.09.23 - 2025.04.07

Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics.

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on dart_code_linter