flutter-run

Trigger Flutter hot reloads and hot restarts after code changes.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/taku-enginner/claude_skills --skill flutter-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-run
Source: https://github.com/taku-enginner/claude_skills/tree/main/.claude/skills/flutter-run
Command: npx skills add https://github.com/taku-enginner/claude_skills --skill flutter-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the Flutter development workflow by performing hot reloads after Dart changes and hot restarts after native or configuration changes, reducing manual steps and speeding iteration.

Core Features & Use Cases

  • Hot Reload: apply Dart changes quickly without full app restart to speed UI iteration on iOS and Android.
  • Hot Restart: fully restart the app when global state or native/configuration changes require a clean start.
  • Session Management: start, monitor, and stop a flutter run session on connected devices.

Quick Start

Start the flutter-run session to enable automatic hot reload and hot restart during Flutter development.

Frequently Asked Questions about flutter-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Flutter hot reload and hot restart during development?

Automating Flutter hot reload and hot restart requires a change-detection mechanism that triggers hot reload for Dart file edits and hot restart for native or configuration changes, reducing manual steps and speeding iteration on connected iOS and Android devices.

When should I use hot restart instead of hot reload in a Flutter app?

Use hot restart in a Flutter app when editing native or configuration files under ios/ or android/, or when global state changes require a clean start. Hot reload is sufficient for applying Dart code changes quickly without a full app restart.

Can I trigger hot reload automatically when editing Dart files in Flutter?

Yes, you can trigger hot reload automatically when editing Dart files by starting a managed Flutter run session that monitors code changes and applies Dart updates quickly without requiring a full app restart on connected mobile devices.

Does Flutter hot restart work for configuration changes in pubspec.yaml?

Yes, Flutter hot restart works for configuration changes in pubspec.yaml. The automation detects edits to configuration files and native directories under ios/ or android/, triggering a full app restart to apply the clean state transitions.

How do I start and monitor a Flutter run session on connected devices?

To start and monitor a Flutter run session, use session management commands that initialize the app on connected mobile devices, monitor the active state transitions, and stop the session when development is complete.