gen_expects 0.1.3 copy "gen_expects: ^0.1.3" to clipboard
gen_expects: ^0.1.3 copied to clipboard

Code generator that walks the widget tree of the test app and outputs expect statements for widget tests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gen_expects

With Flutter:

 $ flutter pub add gen_expects

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

dependencies:
  gen_expects: ^0.1.3

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:gen_expects/gen_expects.dart';
5
likes
0
pub points
59%
popularity

Publisher

verified publisherrichardcoutts.com

Code generator that walks the widget tree of the test app and outputs expect statements for widget tests.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, flutter, flutter_test

More

Packages that depend on gen_expects