fdemon_driver 0.6.2 copy "fdemon_driver: ^0.6.2" to clipboard
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_driver

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fdemon_driver: ^0.6.2

Alternatively, 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';
0
likes
140
points
159
downloads

Documentation

API reference

Publisher

verified publisherfdemon.dev

Weekly Downloads

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.

Homepage

Topics

#flutter #testing #automation #vm-service #driver

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fdemon_driver