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
- KnownRisk
- A risky code pattern detected by static analysis.
- Walks every reachable screen in the Flutter app using a two-phase strategy:
- ScreenPerformance
- Performance result for one screen
- TreeAnalyser
- WidgetIssue