flutterando_metrics 5.7.7 copy "flutterando_metrics: ^5.7.7" to clipboard
flutterando_metrics: ^5.7.7 copied to clipboard

Software analytics tool that helps developers analyses 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 flutterando_metrics

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 flutterando_metrics

With Flutter:

 $ flutter pub add flutterando_metrics

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

dependencies:
  flutterando_metrics: ^5.7.7

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:flutterando_metrics/analyzer_plugin.dart';
import 'package:flutterando_metrics/cli_runner.dart';
import 'package:flutterando_metrics/config.dart';
import 'package:flutterando_metrics/lint_analyzer.dart';
import 'package:flutterando_metrics/reporters.dart';
import 'package:flutterando_metrics/unnecessary_nullable_analyzer.dart';
import 'package:flutterando_metrics/unused_code_analyzer.dart';
import 'package:flutterando_metrics/unused_files_analyzer.dart';
import 'package:flutterando_metrics/unused_l10n_analyzer.dart';
19
likes
140
points
80
downloads

Publisher

verified publisherflutterando.com.br

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Documentation

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 flutterando_metrics