philiprehberger_snapshot_test 0.2.0
philiprehberger_snapshot_test: ^0.2.0 copied to clipboard
Visual snapshot testing for Flutter widgets with golden file comparison
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add philiprehberger_snapshot_testThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
philiprehberger_snapshot_test: ^0.2.0Alternatively, 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:philiprehberger_snapshot_test/philiprehberger_snapshot_test.dart';