widget_driver_generator 1.3.3 copy "widget_driver_generator: ^1.3.3" to clipboard
widget_driver_generator: ^1.3.3 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: ^1.3.3

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';
2
likes
140
pub points
38%
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
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, dart_style, source_gen, widget_driver_annotation, yaml

More

Packages that depend on widget_driver_generator