From f8975cf771dc61724c6522d01dca25e7ec7a6f4d Mon Sep 17 00:00:00 2001 From: pbertsch Date: Sat, 21 Mar 2026 14:02:31 -0600 Subject: [PATCH] Add FlutterProbe to Testing section --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 951db3ba..796f8810 100644 --- a/source.md +++ b/source.md @@ -577,6 +577,7 @@ Simon Binder](https://github.com/simolus3) ### Testing - [flutter_convenient_test](https://github.com/fzyzcjy/flutter_convenient_test) - Tests with action history, time travelling, screenshots, rapid re-execution, video recordings, interactive mode by [fzyzcjy](https://github.com/fzyzcjy) +- [FlutterProbe](https://github.com/AlphaWaveSystems/flutter-probe) - High-performance E2E testing framework with natural language syntax and sub-50ms widget-tree access by [Alpha Wave Systems](https://github.com/AlphaWaveSystems) - [Patrol](https://github.com/leancodepl/patrol) - Easy-to-learn, powerful UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver` by [LeanCode](https://leancode.co) ### Web