The SDK can be integrated into Flutter projects.
The SDK requires that the Theme.AppCompat.Light style will be set as the application’s theme. You should add it to the AndroidManifest.xml file:
The automatic interceptor is not supported in Flutter, so any request from the Dart code has to be handled manually. Here is an example:
Configure the channel in Dart. Here is an example:
Setup a channel in order to handle calls from the Dart code. Here is an example:
In your Dart code, call those functions for every URL request to add those HTTP headers and handle the response. Here is an example: