widget_driver_generator 0.0.2 copy "widget_driver_generator: ^0.0.2" to clipboard
widget_driver_generator: ^0.0.2 copied to clipboard

This package provides generators for WidgetDriver to automate the creation of your TestDrivers and WidgetDriverProviders

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add widget_driver_generator

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

dependencies:
  widget_driver_generator: ^0.0.2

Alternatively, your editor might support dart 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_generator/builder.dart';
1
likes
0
pub points
26%
popularity

Publisher

verified publisherbmwtech.dev

This package provides generators for WidgetDriver to automate the creation of your TestDrivers and WidgetDriverProviders

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, source_gen, widget_driver_annotation

More

Packages that depend on widget_driver_generator