flowmind_bridge 1.0.0
flowmind_bridge: ^1.0.0 copied to clipboard
FlowMind QA Bridge — embed in your Flutter app to enable autonomous AI-driven end-to-end testing. Exposes a localhost HTTP server for the QA agent to read the UI, dispatch taps/text, and capture screenshots.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flowmind_bridgeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flowmind_bridge: ^1.0.0Alternatively, 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:flowmind_bridge/flowmind_bridge.dart';