flutter_live_coverage 1.1.0 copy "flutter_live_coverage: ^1.1.0" to clipboard
flutter_live_coverage: ^1.1.0 copied to clipboard

Flutter runtime code coverage plugin supporting Release mode. Collects line-level coverage data with LCOV output and S3 upload support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_live_coverage

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

dependencies:
  flutter_live_coverage: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_live_coverage/flutter_live_coverage.dart';
0
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter runtime code coverage plugin supporting Release mode. Collects line-level coverage data with LCOV output and S3 upload support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, args, aws_common, aws_signature_v4, flutter, flutter_web_plugins, glob, path, path_provider, plugin_platform_interface, web

More

Packages that depend on flutter_live_coverage

Packages that implement flutter_live_coverage