A toolkit for writing golden tests.
Learn how to use flutter_test_goldens at FlutterGoldens.com.
The following are examples of what you can render in your golden tests with flutter_test_goldens:
Commands shipped with this package:
# Extract each individual golden image from a scene into its own file.
golden-scene extract [scene/file/path.png]
# Print what would be extracted.
golden-scene extract --dry-run [scene/file/path.png]Activate the package for global CLI access:
# From Pub
dart pub global activate flutter_test_goldens
# Locally from the repo (assuming repo is working directory)
dart pub global activate --source path .



