> ## Documentation Index
> Fetch the complete documentation index at: https://docs.revyl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Flutter

> Run the dev loop on a Flutter project

Flutter uses a rebuild-based dev loop (no hot reload). The CLI detects `pubspec.yaml` and configures build commands for both platforms. During `revyl dev`, press `[r]` to rebuild, upload, and reinstall on the cloud device. Typical rebuild cycle: \~30-60s.

For build and upload steps, see [Flutter Build Guide](/builds/frameworks/flutter).
