goldens 0.0.4+1 copy "goldens: ^0.0.4+1" to clipboard
goldens: ^0.0.4+1 copied to clipboard

outdated

A utility package to make golden file testing easier

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add goldens

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

dependencies:
  goldens: ^0.0.4+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:goldens/goldens.dart';
0
likes
0
pub points
11%
popularity

Publisher

verified publisherchriiis.de

A utility package to make golden file testing easier

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_test, golden_toolkit, path, test_api

More

Packages that depend on goldens