androidPlatform property

int androidPlatform
final

Minimum Android API level.

Defaults to 21 (Android 5.0 Lollipop). Passed as -DANDROID_PLATFORM=android-<level>.

Flutter's default minSdkVersion is typically 21 or 23. Match your app's build.gradle setting.

Implementation

final int androidPlatform;