Open decodevM opened 1 month ago
You can reduce the app size using this command
flutter build apk --split-per-abi
After reducing the app size and generating different compatibility versions for my Flutter project, I encountered an issue with the cached_video_player package. The error prevents the build of the app.
cached_video_player: ^2.0.4
We have never encountered this error. I googled it. Can you try the following steps to solve it?
Environment
Description
After integrating the zego_uikit_prebuilt_call package in my Flutter project, I noticed that the APK size is significantly large. The generated release APK is 182.2MB, which seems excessive for the functionality provided by this single package.
Expected behavior: The APK size should be smaller and more optimized, especially for a single package integration.
Current behavior: The release APK size is 182.2MB, which is much larger than expected.
Steps to reproduce
flutter build apk --release
Images