flutty_test 0.2.1 copy "flutty_test: ^0.2.1" to clipboard
flutty_test: ^0.2.1 copied to clipboard

Testing utilities, helpers and matchers for Flutty packages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutty_test

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

dependencies:
  flutty_test: ^0.2.1

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:flutty_test/flutty_test.dart';
2
likes
140
points
129
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Testing utilities, helpers and matchers for Flutty packages.

Repository (GitHub)
View/report issues

Topics

#testing #golden-tests #test-utilities

License

MIT (license)

Dependencies

flutter, flutter_localizations, flutter_test, golden_toolkit

More

Packages that depend on flutty_test