Import the SDK
Last updated
Last updated
The IMS SDK Flutter Wrapper is a private pub package containing public API implementations for interacting with the portal device API and the trip detection manager.
To add it to your project you need to add the following lines to the pubspec.yaml
of your application:
To allow access to the private package you have to configure access to the github repository over SSH.
To fetch the SDK's Android maven packages you need to add the following maven source to the build.gradle
file in the android
folder
The result should look simmilar to this:
You can find more details in the Android section.