This is a sample application to demonstrate how to integrate the Sentiance SDK in a Flutter mobile application.
In this sample application we cover the SDK Integration (and SDK user creation) - with user linking
There are three places you need to look at
initializeSentiance
in theAppDelegate.swift
. // iOS native initializationinitializeSentiance
in theMainApplication.kt
. // Android native initialization_onCreateUserClick
in thelib/src/screens/setup_screen.dart
. // sentiance user creation
- Request a developer account by contacting Sentiance.
- Setup your backend to provide authentication code to Application. See: sample api server
- Run this Flutter application using the environment you prefer.