-
Notifications
You must be signed in to change notification settings - Fork 0
Home
pbertsch edited this page Mar 21, 2026
·
2 revisions
Welcome to the FlutterProbe wiki. This documentation covers architecture details, development guides, and operational procedures that complement the main docs at flutterprobe.com.
- Architecture Overview — System components, communication flow, and design decisions
- Development Setup — How to build, test, and contribute
- ProbeScript Reference — Language syntax, commands, and patterns
- iOS Integration Guide — iOS-specific setup, known limitations, and workarounds
- Android Integration Guide — Android-specific setup and ADB usage
- CI/CD Integration — Running FlutterProbe in CI pipelines
- Cloud Providers — BrowserStack, SauceLabs, AWS Device Farm, Firebase Test Lab, LambdaTest
- Troubleshooting — Common issues and solutions
- Release Process — How to cut a release
- Security — Security practices and vulnerability reporting
FlutterProbe is in active development. Current version: 0.1.0.
| Directory | Description |
|---|---|
cmd/probe/ |
CLI entry point |
internal/ |
Go packages (parser, runner, probelink, device, ios, cloud, ai, etc.) |
probe_agent/ |
Dart package that runs on-device |
tools/probe-convert/ |
Multi-format test converter |
website/ |
Documentation site (Starlight/Astro) |
tests/ |
E2E test suites and health checks |