Flutter app size is huge
I am an Android app Developer using java, and I have come to know about Flutter using dart language created by Google. I found it quite intresting and because it builds the app for both Android and ios. I have created a simple TabsLayout Application for Android, the size of the Application 27MB, please have a look at the screenshot of the simple TabLayout Flutter App.
I have two questions thats listed below
I have seen that the Flutter app has size of more than 25 MB, so why the Flutter app is taking huge size after developing?
How to reduce the size of Flutter app ?
The debug app will be larger in size , but your release app should be smaller in size approximately 7-8 MB . Minimum size of app itself is 4.7Mb see this , It is still larger compared to native app but cannot expect any thing better from cross platform
Check this documentation
I have two questions thats listed below
I have seen that the Flutter app has size of more than 25 MB, so why the Flutter app is taking huge size after developing?
How to reduce the size of Flutter app ?
The debug app will be larger in size , but your release app should be smaller in size approximately 7-8 MB . Minimum size of app itself is 4.7Mb see this , It is still larger compared to native app but cannot expect any thing better from cross platform
Check this documentation
Comments
Post a Comment