flutter_driver_helper 1.1.1 copy "flutter_driver_helper: ^1.1.1" to clipboard
flutter_driver_helper: ^1.1.1 copied to clipboard

Utility for easy work with flutter_driver in UI / integration tests

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_driver_helper

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

dependencies:
  flutter_driver_helper: ^1.1.1

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_driver_helper/flutter_driver_helper.dart';
6
likes
40
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Utility for easy work with flutter_driver in UI / integration tests

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, flutter_driver, meta, test

More

Packages that depend on flutter_driver_helper