discover 0.4.0 copy "discover: ^0.4.0" to clipboard
discover: ^0.4.0 copied to clipboard

Discover your real coverage with Flutter including not tested Dart files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate discover

Use it

The package has the following executables:

$ discover

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add discover

With Flutter:

 $ flutter pub add discover

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

dependencies:
  discover: ^0.4.0

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:discover/discover.dart';
5
likes
150
points
472
downloads

Publisher

verified publishermobile-tools.dev

Weekly Downloads

Discover your real coverage with Flutter including not tested Dart files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, cli_completion, file, glob, mason_logger, pub_updater

More

Packages that depend on discover