Features
Getting started
Usage
const like = 'flutter_kora';
Additional information
Important: Android minimum SDK requirement
This package requires Android API level 24 (Android 7.0) or higher. If you are using the plugin in an Android app, ensure your app's Gradle configuration sets:
android {
defaultConfig {
minSdkVersion 24
}
}
Additionally, the library performs a runtime SDK check and will abort initialization on devices with API < 24.