widget_driver_generator 1.3.0 copy "widget_driver_generator: ^1.3.0" to clipboard
widget_driver_generator: ^1.3.0 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.0

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
120
pub points
33%
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