golden_variant 0.1.0 copy "golden_variant: ^0.1.0" to clipboard
golden_variant: ^0.1.0 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 Dart:

 $ dart pub add golden_variant

With Flutter:

 $ flutter pub add golden_variant

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

dependencies:
  golden_variant: ^0.1.0

Alternatively, your editor might support dart pub get or 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
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

device_frame_plus, flutter, flutter_test, package_config

More

Packages that depend on golden_variant