flutter_testmate 1.0.4 copy "flutter_testmate: ^1.0.4" to clipboard
flutter_testmate: ^1.0.4 copied to clipboard

Testmate is a Flutter test utility package that provides a comprehensive suite of tools for testing and reporting Flutter applications.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_testmate

Use it

The package has the following executables:

$ flutter_testmate

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_testmate

With Flutter:

 $ flutter pub add flutter_testmate

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

dependencies:
  flutter_testmate: ^1.0.4

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:flutter_testmate/flutter_testmate.dart';
1
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Testmate is a Flutter test utility package that provides a comprehensive suite of tools for testing and reporting Flutter applications.

License

unknown (license)

Dependencies

args, flutter, flutter_test, integration_test

More

Packages that depend on flutter_testmate