fdemon_driver 0.6.2
fdemon_driver: ^0.6.2 copied to clipboard
In-process driver for debug-mode Flutter apps. Registers Dart VM service extensions that allow fdemon to find widgets and synthesize taps, scrolls, and text entry, using the same mechanism as integration_test.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fdemon_driverThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fdemon_driver: ^0.6.2Alternatively, 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:fdemon_driver/fdemon_driver.dart';