golden_variant 0.1.2 copy "golden_variant: ^0.1.2" to clipboard
golden_variant: ^0.1.2 copied to clipboard

A convenient golden test package that allows you to perform multi-variant test.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add golden_variant

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

dependencies:
  golden_variant: ^0.1.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:golden_variant/golden_variant.dart';
0
likes
150
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

A convenient golden test package that allows you to perform multi-variant test.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

device_frame_plus, flutter, flutter_test, package_config

More

Packages that depend on golden_variant