Sentiance Flutter SDK - SentianceCore

Demo Application

https://github.com/sentiance/sample-apps-flutter

Getting started

To get started with the Sentiance Flutter Plugin, please check the getting started guide.

Native SDK Version

This plugin is built with following native Sentiance SDK versions

iOS: SENTSDK (6.27.0-rc1)
Android: com.sentiance.sdk (6.27.0-rc1)

Android note: CorePlugin.initializeAsync returns native SDK types (PendingOperation, AsyncInitializationResult). The plugin exposes com.sentiance:sdk as an api dependency, so those types are on your app's compile classpath automatically; you do not need to declare the native Sentiance SDK yourself to call the async initializer.

Supported APIs

Here is a list of APIs that the Sentiance Flutter Plugin currently supports:

  • ensureInitialized()
  • getVersion()
  • getUserId()
  • getDiskQuotaLimit()
  • reset()
  • createUser(CreateUserOptions options)
  • userExists()
  • requestAccessToken()
  • submitDetections()
  • enableDetections()
  • getSdkStatus()
  • enableDetectionsWithExpiryDate(int expiryEpochTimeMs)
  • disableDetections()

Please note that future releases will contain more APIs.


For the full changelog and more, visit docs.sentiance.com

Libraries

sentiance_core