Issue
My query is regarding Flutter App Size I am building an application currently only for android user So can i remove the entire IOS folder thing (😅i am beginner so please do not bother if it seems silly) Or any other alternative to reduce app size Thank you.
Solution
I believe you are a little bit confused on this one. When you are developing an app your application folder might weight a lot depending on packages and assets you are using but when you are building and releasing an Android app the development kit will only use the necessary files and export a very tiny sized appbundle compared to your development folder.
Example they are the same application;
Left side is built Android app
Right side is development folder
Answered By - SLendeR
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.