This document provides a comprehensive overview of the Spike SDK for Flutter, detailing its features and capabilities.
4.3.34
pod install
and pod update
commands from ios/
folder of your app to install/update SpikeSDK.
ios/
folder of your project in XcodeInfo.plist
file:
build.gradle
file in the repositories block.
To add the SDK to your project, you have to add the following to your project’s build.gradle
file in the repositories block.
AndroidManifest.xml
to fully leverage the Spike SDK and access data from apps integrated with Health Connect. Please refer to this guide for details on the required permissions.
Note: Only request permissions essential to your app’s functionality. Requesting unused permissions will lead to app store rejection!
android/app/src/main/kotlin/{YOUR_PACKAGE_ID}/MainActivity.kt
. You must see something like that in case it is the new app being developed:
FlutterActivity
to the FlutterFragmentActivity
which means that your code should turn into the result similar to the one below: