It is recommended to use from Material Icons or Cupertino Icons class. From Flutter 1.20, you can add –tree-shake-icons option to flutter build command, to remove all of the not used icons from the bundle . This will potentially save the size of your app.12 Eyl 2020
Read moreHow do you reduce the size of the flutter app?
It is recommended to use from Material Icons or Cupertino Icons class. From Flutter 1.20, you can add –tree-shake-icons option to flutter build command, to remove all of the not used icons from the bundle . This will potentially save the size of your app.12 Eyl 2020
Read moreHow big is a flutter app?
A basic flutter “Hello World” app will be approximately 10mb in iOS and 4mb in Android. This cannot be smaller because of the runtime and LICENSE etc.2 Mar 2018
Read moreHow big is a flutter app?
A basic flutter “Hello World” app will be approximately 10mb in iOS and 4mb in Android. This cannot be smaller because of the runtime and LICENSE etc.2 Mar 2018
Read more