gen_expects 0.2.2 copy "gen_expects: ^0.2.2" to clipboard
gen_expects: ^0.2.2 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 Flutter:

 $ flutter pub add gen_expects

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

dependencies:
  gen_expects: ^0.2.2

Alternatively, your editor might support 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
140
pub points
66%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_test

More

Packages that depend on gen_expects