Closed beta · macOS only

Flutter apps on Apple Watch.

flutter-watchos is a drop-in CLI companion to the Flutter SDK — same commands, same hot reload, same DevTools — targeting watchOS instead of iOS.

Flutter 3.44.4 · flutter-watchos 0.1.0

flutterwatch mark

A drop-in CLI

The flutter commands you already know — create, run, build, doctor — retargeted to watchOS.

Hot reload & DevTools

The same inner loop and debugging tools, running on the watchOS Simulator.

watchOS is its own platform

A first-class platform at both build and runtime, so plugins and cross-platform apps stay clean.

Real Apple Watch

Build and run on a paired Apple Watch in profile or release.

Up and running in a minute

Clone the toolchain, add it to your PATH, and sign in with your beta account. Then use it exactly like flutter.

Getting started guide →
git clone https://github.com/flutterwatch/flutter-watchos.git
cd flutter-watchos
export PATH="$PATH:$PWD/bin"

flutter-watchos login      # connect your flutterwatch.dev account
flutter-watchos precache   # download the watchOS engine
flutter-watchos doctor

Join the closed beta

Sign in with GitHub and you are in — start building right away. Beta builds run in debug and profile modes.