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

discontinuedreplaced by: approved

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';
6
likes
150
points
1.98k
downloads

Publisher

verified publisherrichardcoutts.com

Weekly Downloads

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