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 adb accessible
  • iOS: Simulator booted via Xcode or xcrun simctl boot <UDID>
  • Get device ID: mcp mobile_list_available_devices, adb devices, or xcrun simctl list devices booted
  • Flutter project buildable with flutter build apk --debug or flutter build ios --simulator --debug

Core Workflow

1. Build and Install

Installs
12
GitHub Stars
7
First Seen
Apr 27, 2026
flutter-mobile-debugging — iml1s/flutter-claude-skills