flutter_dev_session
Set up Flutter development sessions by checking environment, listing devices, selecting optimal hardware, and running projects with hot reload for efficient mobile app development.
Instructions
Complete Flutter dev setup: check env, list devices, select best device, run with hot reload
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Working directory (Flutter project root) | |
| target | No | Target dart file (e.g., lib/main.dart) | |
| preferPhysical | No | Prefer physical device over emulator |