flutter-device-crud-testing
Installation
SKILL.md
Flutter Device CRUD Testing — Mobile MCP + Dart MCP
Systematically test every interactive element of a Flutter app on a real device or emulator using Mobile MCP (screenshot/tap/swipe/type) and Dart MCP (launch/hot_reload/runtime_errors/widget_tree/flutter_driver).
When to Use
- Before release, to validate all pages visually and functionally
- After dark mode / theme changes, to verify readability
- After refactoring, to confirm no regressions
- When user says "跑一遍", "test all screens", "verify every button"
Phase 0: Pre-flight — Codebase Analysis
Before touching any device, understand the app structure: