📄️ 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 Pages
Add Intent filter
📄️ Embedding a Widget
You can embed a Nudge widget in your application. This widget can then be populated with UI that you create on the Nudge Dashboard.
📄️ Callbacks
To listen to events triggered by the Nudge SDK, you need to implement the NudgeGCallback interface.
🗃️ Plugins
7 items