flutter_probe_agent 0.5.1
flutter_probe_agent: ^0.5.1 copied to clipboard
On-device E2E test agent for FlutterProbe. Embeds in your Flutter app and receives test commands via WebSocket or HTTP from the probe CLI. Write tests in plain English, execute with sub-50ms widget-tr [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_probe_agentWith Flutter:
$ flutter pub add flutter_probe_agentThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_probe_agent: ^0.5.1Alternatively, your editor might support dart pub get or 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';