flutter_probe_agent 0.9.4
flutter_probe_agent: ^0.9.4 copied to clipboard
On-device E2E test agent for FlutterProbe. Embeds in your Flutter app and executes test commands via direct widget-tree access with sub-50ms latency.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_probe_agentThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_probe_agent: ^0.9.4Alternatively, 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_probe_agent/flutter_probe_agent.dart';