cli library
Dangi Doctor — Flutter app health CLI.
Automatically crawls a live Flutter app on a real Android device, analyses widget trees, measures performance, detects known bugs, and generates integration test scripts — no manual configuration required.
Typical usage: run as a command-line tool from your Flutter project root.
dart pub global activate dangi_doctor
cd your_flutter_project
dangi_doctor
Classes
- AppAnalyser
- Analyses the Flutter project codebase to extract everything the test generator needs — no manual configuration required.
- AppAnalysis
- DiscoveredScreen
- A single discovered screen with its full analysis results.
- Walks every reachable screen in the Flutter app using a two-phase strategy: