Learn more on: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-splitLearn more on: https://developer.android.com/studio/build/configure-apk-splits
If you are deploying the app to the Play Store, it's recommended to use app bundles or split the APKTo generate an app bundle, run:
flutter build appbundle --target-platform android-arm,android-arm64per ABI
If you are deploying the app to the Play Store, it's recommended to use app bundles or split the APKTo generate an app bundle, run:
flutter build appbundle --target-platform android-arm,android-arm64run
If you are deploying the app to the Play Store, it's recommended to use app bundles or split the APKTo generate an app bundle, run:
flutter build appbundle --target-platform android-arm,android-arm64per ABI