flutter_visual_test_runner 1.0.1
flutter_visual_test_runner: ^1.0.1 copied to clipboard
In-app visual test runner dashboard for Flutter apps with live highlights, gesture simulation, natural language DSL, and report generation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_visual_test_runnerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_visual_test_runner: ^1.0.1Alternatively, 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:flutter_visual_test_runner/flutter_visual_test_runner.dart';