FlutterEbookApp
FlutterEbookApp copied to clipboard
Create seperate apks for different architecture
Add --split-per-abi command to the build parameter in codemagic.
Removing the --split-per-abi flag results in a fat APK that contains your code compiled for all the target ABIs. Such APKs are larger in size than their split counterparts, causing the user to download native binaries that are not applicable to their device’s architecture