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
The flutter commands you already know — create, run, build, doctor — retargeted to watchOS.
The same inner loop and debugging tools, running on the watchOS Simulator.
A first-class platform at both build and runtime, so plugins and cross-platform apps stay clean.
Build and run on a paired Apple Watch in profile or release.
Clone the toolchain, add it to your PATH, and sign in with your beta account. Then use it exactly like
flutter.
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
Sign in with GitHub and you are in — start building right away. Beta builds run in debug and profile modes.