flutter_testmate 1.0.5 copy "flutter_testmate: ^1.0.5" to clipboard
flutter_testmate: ^1.0.5 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 Flutter:

 $ flutter pub add flutter_testmate

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

dependencies:
  flutter_testmate: ^1.0.5

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

Documentation

API reference

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.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

args, flutter, flutter_test, integration_test

More

Packages that depend on flutter_testmate