← Back to blog
LaunchMay 27, 2026 · 3 min read

Announcing the Unilitix Flutter SDK

We're excited to announce the official Unilitix Flutter SDK is now live on pub.dev.

One line of code

Getting started takes less than 2 minutes:

flutter pub add unilitix

Then in your main.dart:

await Unilitix.init('YOUR_API_KEY');

Add one line to MaterialApp for automatic screen tracking:

navigatorObservers: [Unilitix.observer]

That's it. Sessions, screen flows, taps and crashes are tracked automatically.

What's included

- Automatic session tracking - Screen flow tracking via NavigatorObserver - Custom event tracking - User identification - Crash reporting - Rage tap detection - Works on 2G/3G networks - Offline event buffering

Get started

Install: flutter pub add unilitix Docs: docs.unilitix.com GitHub: github.com/Unilitix-hq/unilitix-flutter

Ready to get started?

Free tier. 2-minute setup. No credit card.

Start for free →