flutter build apk for both ios and android code example
Example 1: flutter apk build
flutter build apk --split-per-abi
Example 2: create signingConfigs flutter macos
keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key