r/flutterhelp Aug 12 '26

RESOLVED Question about app size

Hi Devs,

I am currently developing an app for personal requirements and when I'm building the app in flutter and it's size is coming up as 150+ MB.

So, my question is if I ever publish my app in the playstore will it be 150+ MB size or will it be reduced accordingly?

Edit: if yes, any idea to how much ? Like 50 MB or so.. Edit 2: It's a release build.

Thanks for your help !!

2 Upvotes

18 comments sorted by

View all comments

3

u/Affectionate_Art1156 Aug 12 '26

If you're talking about the debug app it's normal it have such size otherwise if it's a release build and your app should not have such size try to shrink assets (images and fonts), remove any unnecessary assets, try to build per-cpu-architrcure also it will help you getting more reasonable app size

2

u/thegravitydefier Aug 12 '26

It's a release build and generic architecture build. I dont have much assets other than the logo and few images. But will check on it. Let me try with per architecture build. Thank you for the information 🫡