This guide provides a step-by-step walkthrough of releasing a Flutter app to the App Store and TestFlight.
Read moreHow do I get device info in Flutter?
yaml and run the pub get command to get it into our flutter project.
Read moreHow do I find my app version in Flutter?
How to Get Build and Version Number of a Flutter App ??
Read moreHow do I know if I have the latest version of an app?
Android Settings
Read moreHow can I reduce the size of an apk file?
How to Reduce APK Size in Android?
Read moreHow can I reduce the size of an apk file?
How to Reduce APK Size in Android?
Read moreWhy is my apk size so big?
you are using some native code inside your application(your own app code or maybe the libraries), hence the libs folder and the . so(shared object) files are getting generated. you can’t escape from this.
Read more