flutterwatch is a small independent project. It keeps the least it can get away with: enough to tie engine downloads to an account, and nothing about the apps you build or the people who use them.
Signing in uses GitHub OAuth, requesting only the user:email scope — that grants your identity and email address and nothing else. It gives no access to your repositories, private or public. From it we keep:
A token is stored only as a SHA-256 hash. The plaintext is shown once — to the CLI when you sign in, or in the dashboard when you create a key — and is never written to the database. Alongside the hash we keep a short non-secret prefix so you can tell your keys apart in a list, and the time a key was last used. A lost token cannot be recovered, only revoked and replaced.
On your own machine the token lives in ~/.flutter-watchos/credentials.json with file mode 600.
flutter-watchos logout deletes it.
Each engine-artifact request is logged with the engine version and file requested, the time, the account it belonged to, and whether it succeeded or was refused. That log is what ties gated downloads to accounts, and it tells us which engine versions are actually in use so old ones can be retired without stranding anyone.
The site is pre-rendered static HTML and CSS. The one piece of JavaScript on it is Google Analytics, which sets cookies and reports page views to Google so we can see roughly how many people find the project. Blocking it costs you nothing — the entire site works without it, and the parts that matter are hosted on GitHub and pub.dev anyway.
Nothing is sold, and nothing is shared for advertising.
Ask through the contact form on your dashboard and the account, its profile fields, its tokens, and its download history will be deleted. Revoking a single key without closing the account can be done from the dashboard at any time.
flutter-watchos is in closed beta and the service is still moving. If what is collected changes, this page changes with it — and anything genuinely new will be called out in the release notes rather than quietly appearing here.
Last updated 19 July 2026.