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.
0.6.2 #
- First public release on pub.flutter-io.cn. Version aligned with the
fdemon0.6.2 toolchain; no protocol changes since 0.1.0.
0.1.0 #
- Initial release:
enableFdemonDriver()registers theext.fdemon.driver.*VM service extensions (ping,find,tap,longPress,scroll,enterText,semanticsAction).