Getting started
Platform-specific setup guides:
- Kotlin
- swift
- flutter
- flutter
// 1. Initialize the SDK
Fedo.init(apiKey = "...")
// 2. Identify the user after authentication
Fedo.setUserID("id")
// 3. Launch the feedback screen
FeedbacksScreen()
// coming soon
// coming soon
// coming soon
warning
You must call Fedo.init before any other SDK method.
Check full SDK documentation