Platform | Minimum SDK Version | Language | Supported Orientations | Supported Destinations |
---|---|---|---|---|
Android | 24 | Java/Kotlin | Portrait | Mobile |
iOS | 13.0 | Swift | Portrait | iPhone |
android/build.gradle
:
android/app/build.gradle
:
android/app/src/main/AndroidManifest.xml:
:
android/app/src/main/res/values/styles.xml
:
Our SDK is using Material
components so in order to use our sdk you need to use material theme as shown in below example
android/app/proguard-rules.pro
, add the following lines:
lottie
animation for our loader. You can put your custom lottie animation
loader with the name loader_mix.json
in the android/app/src/main/res/raw
folder. Make sure you use the same name as provided.android/app/src/main/yourpackage/MainActivity.kt
file to initialize the SDK.
android/app/src/main/AndroidManifest.xml
file:
android/app/src/main/yourpackage/MainActivity.kt
file:
AppDelegate.swift
file:
AppDelegate.swift
file:
firebase_options.dart
in lib folder and add below details in that file.