SDKsOfficial
Flutter SDK
Official Flutter support for event tracking, identity, offline queueing, and session replay.
Source of truth
sdk/sankofa_flutter/README.mdsdk/sankofa_flutter/lib/sankofa_flutter.dartsdk/sankofa_flutter/lib/src/replay/sankofa_replay.dartThe Flutter SDK is the official client integration surface in this repository. It provides:
- queued event delivery
- automatic flush behavior
- device and network context
- identity stitching
- people profile updates
- session replay helpers
Install
dependencies:
sankofa_flutter:
path: ../sdk/sankofa_flutter
What to read next
Replay-ready app structure
MaterialApp(
navigatorObservers: [SankofaNavigatorObserver()],
home: SankofaReplayBoundary(
child: MyScreen(),
),
);
Supported shapes today
The docs in this section are limited to the Flutter package that exists in
sdk/sankofa_flutter. This is the only official SDK documented in Sankofa
Docs v1.