splitPerAbi property

bool splitPerAbi
final

Enables APK splitting by Application Binary Interface (ABI).

When true, generates separate APK files for different device architectures (arm64-v8a, armeabi-v7a, x86_64). This reduces download size as users only get the APK for their device architecture.

Only valid when binaryType is set to "apk". Setting this to true with AAB binary type will throw an ArgumentError.

Default: false

Implementation

final bool splitPerAbi;