Flutter Phone — WiFi Mirror & Run

One-click Android phone connection for Flutter development on Windows.
- Connect over WiFi (wireless ADB — even handles first-time pairing)
- Mirror & control your phone on your PC with scrcpy
- Run your Flutter app on the phone with one command
- USB → WiFi switch in one click (stable port 5555 — pair once, then cable-free forever)
- Live status bar indicator showing your connected phone
Commands (Ctrl+Shift+P → "Phone:")
| Command |
What it does |
| Phone: Connect over WiFi |
Connect using the IP:port from Wireless debugging |
| Phone: Pair new device |
First-time pairing with a 6-digit code |
| Phone: Mirror screen (scrcpy) |
Launch scrcpy on the connected phone |
| Phone: Run Flutter app on phone |
flutter run -d <your phone> in a terminal |
| Phone: Switch WiFi mode via USB |
Enables stable IP:5555 WiFi ADB via a 10-second USB plug-in |
| Phone: Disconnect WiFi |
Disconnect the wireless device |
Click the phone status item (bottom-right) for a quick-action menu.
Requirements
- Android SDK platform-tools (adb) — auto-detected from
ANDROID_HOME
- scrcpy at
C:\Users\pamm\Tools\scrcpy\scrcpy.exe (configurable in Settings → "Flutter Phone")
| |