widget_test_kit 0.0.2 copy "widget_test_kit: ^0.0.2" to clipboard
widget_test_kit: ^0.0.2 copied to clipboard

Declarative, readable widget-testing helpers for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widget_test_kit

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

dependencies:
  widget_test_kit: ^0.0.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:widget_test_kit/widget_test_kit.dart';
1
likes
150
points
64
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Declarative, readable widget-testing helpers for Flutter.

Repository (GitHub)
View/report issues

Topics

#testing #widget-testing #unit-testing #flutter

License

MIT (license)

Dependencies

flutter, flutter_test

More

Packages that depend on widget_test_kit