golden_delicious 1.0.0 copy "golden_delicious: ^1.0.0" to clipboard
golden_delicious: ^1.0.0 copied to clipboard

PlatformWindows

A tolerance comparator for Flutter golden tests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add golden_delicious
copied to clipboard

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

dependencies:
  golden_delicious: ^1.0.0
copied to clipboard

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_delicious/golden_delicious.dart';
copied to clipboard
6
likes
130
points
29
downloads

Publisher

verified publishermobile-tools.dev

Weekly Downloads

2024.09.16 - 2025.03.31

A tolerance comparator for Flutter golden tests.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_test, mason_logger

More

Packages that depend on golden_delicious