📄️ Installation
This document will guide you through the installation of the Nudge SDK in your Flutter application.
📄️ Identifying users
Initialize user sessions with the userIdentifier method to identify users. Providing the externalId is crucial as it uniquely identifies the user.
📄️ Tracking Events
Track user interactions by calling the track method. Ensure the session is initialized before tracking events:
🗃️ Tracking Widgets
2 items
🗃️ Embedding Widgets
2 items
📄️ Callbacks
To listen to events triggered by the Nudge SDK, you need to implement the NudgeCallbackListener interface.