auto_golden_storybook 0.1.4 auto_golden_storybook: ^0.1.4 copied to clipboard
Auto generates a storybook from your golden test images. This is generated as a web project in a subdirectory in your project and can be immediately deployed.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add auto_golden_storybook
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
auto_golden_storybook: ^0.1.4
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.