Analytics that ships everywhere your Flutter app does.
iOS, Android, desktop, and Flutter Web — one package, no platform channels to babysit, no cookies to reconcile across app and web.
Most analytics SDKs are an afterthought for Flutter
Bolting a web-first analytics tool onto a Flutter app usually means wrapping a JS SDK behind a WebView, or wiring separate native SDKs per platform. Neither gives you one clean Dart API across every target you actually ship to.
mitr_flutter is a first-party SDK
One Dart package covers iOS, Android, desktop, and Flutter Web. Identify calls hash user IDs client-side (SHA-256) before anything leaves the device — no raw identifiers ever hit the network, and no cookies are involved on the web target either.
Real-time, unsampled event data
Events land on a TimescaleDB-backed pipeline and show up in the dashboard in real time — custom events, conversions, and per-platform breakdowns, without the sampling tradeoffs of GA4.
Try it in your Flutter app
Leave your email for the quickstart (pub.dev package + a five-minute setup guide) and an invite to the free tier — no credit card, no sales call.