golden_toolkit 0.5.1 copy "golden_toolkit: ^0.5.1" to clipboard
golden_toolkit: ^0.5.1 copied to clipboard

outdated

Common patterns for screenshot-based widget testing using Goldens.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add golden_toolkit

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

dependencies:
  golden_toolkit: ^0.5.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:golden_toolkit/golden_toolkit.dart';
456
likes
0
pub points
97%
popularity

Publisher

verified publisherebay.com

Common patterns for screenshot-based widget testing using Goldens.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_test, meta

More

Packages that depend on golden_toolkit