flutter-mobile-debugging
Installation
SKILL.md
Flutter Mobile Debugging via Mobile MCP + ADB/simctl
Overview
Workflow for debugging Flutter apps on real Android devices and iOS Simulators using the Mobile MCP tool suite, adb, and xcrun simctl. Covers the full cycle: build → install → launch → interact → capture → analyze logs.
Prerequisites
- Android: Device connected via USB with
adbaccessible - iOS: Simulator booted via Xcode or
xcrun simctl boot <UDID> - Get device ID:
mcp mobile_list_available_devices,adb devices, orxcrun simctl list devices booted - Flutter project buildable with
flutter build apk --debugorflutter build ios --simulator --debug