1. Including the SDK
Flutter
Install the Sentiance Core plugin, by running the following command in your terminal, inside the project directory:
The module should now be added to your project's pubspec.yaml file.
Native
Before moving forward, please ensure you follow the instructions tailored to your platform.
iOS Setup
Execute the pod install
command to check for any issues. If you encounter an error resembling:
Instruct CocoaPods to statically link these frameworks rather than dynamically by updating the Podfile with:
Android setup
Add the Sentiance maven repository to the build.gradle file in your project's android directory:
This will allow Gradle to find and download the necessary native Sentiance SDK libraries.
Feature Packages
Similar to the Android's Artifacts you can install the Flutter plugins based on the features you would want to use your application. Following are the packages available:
Contact support to learn more about which features (and packages) best suit your use-case.
Last updated