Developer at Smazee·
Shared a protip
on
DartDartFlutterFlutter
at

Whenever we build an app, the app size optimisation is always a difficult part. Even in 4G and modern smartphone era people prefer smaller apps and the smaller apps are more likely to be downloaded. Unlimited internet is no for everybody. More than 337 million smartphone users with limited data plans. So after all coding part we do optimisation and try to reduce the app size. In the terms of optimisation each and every bytes matters.

The download completion rate of an app with an APK size of around 10MB will be ~30% higher than an app with an APK size of 100MB

7 Flutter app Performance ProTips

  1. Use network images.

  2. Use Google Fonts

  3. use .svg format icon && --tree-shake-icons command

  4. Use Dynamic App Delivery

  5. Use cachednetworkimage plugin

  6. Use Proguard ( works only for android )

  7. Use Specific Libraries ( remove unused assets )

READ LESS
Reducing Flutter App size - DEV (dev.to)
16 upvotes·8K views
Avatar of Pravin Kumar

Pravin Kumar

Developer at Smazee