widget_driver_test 0.0.4 copy "widget_driver_test: ^0.0.4" to clipboard
widget_driver_test: ^0.0.4 copied to clipboard

Contains helper classes/methods for DrivableWidgets, WidgetDrivers, helps with TestDrivers mocking

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add widget_driver_test
copied to clipboard

With Flutter:

 $ flutter pub add widget_driver_test
copied to clipboard

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

dependencies:
  widget_driver_test: ^0.0.4
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:widget_driver_test/widget_driver_test.dart';
copied to clipboard
2
likes
0
points
75
downloads

Publisher

verified publisherbmwtech.dev

Weekly Downloads

2024.06.24 - 2025.01.06

Contains helper classes/methods for DrivableWidgets, WidgetDrivers, helps with TestDrivers mocking

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_test, meta, mocktail, test, widget_driver

More

Packages that depend on widget_driver_test