test_report_parser 1.2.1 copy "test_report_parser: ^1.2.1" to clipboard
test_report_parser: ^1.2.1 copied to clipboard

This library contains an auto-generated Dart Model representing the events emitted by the Dart Tests JSON reporter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add test_report_parser
copied to clipboard

With Flutter:

 $ flutter pub add test_report_parser
copied to clipboard

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

dependencies:
  test_report_parser: ^1.2.1
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:test_report_parser/test_report_parser.dart';
copied to clipboard
0
likes
150
points
7.3k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

This library contains an auto-generated Dart Model representing the events emitted by the Dart Tests JSON reporter.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

path

More

Packages that depend on test_report_parser