Some of the other things you can do to make your app smaller are:
Read moreWhat size is my flutter app?
How to open Dev Tools in android studio.
Read moreWhy are flutter apps so big?
By default, launching your app with flutter run , or by clicking the Play button in your IDE (as used in Test drive and Write your first Flutter app), generates a debug build of the Flutter app. The app size of a debug build is large due to the debugging overhead that allows for hot reload and source-level debugging .
Read moreHow can I speed up my flutters?
Quick Tips and Tricks To Speed Up Your Flutter App Development Process
Read moreHow do you check performance flutters?
Flutter performance profiling
Read moreHow is Flutter performance?
What’s more than that, Flutter apps have higher performance than Swift apps . Objective C and Flutter will be a wise choice if you want to develop a super-fast iOS app. For the apps with high load calculations Flutter is a good option for both, Android and iOS app development.
Read moreHow can I speed up my web Flutter?
For the best user experience it is important that an app loads fast. The initial load time of a Flutter web application can be improved by minimizing its JavaScript bundle . The Dart compiler includes features such as tree shaking and deferred loading, both of which minimize the JavaScript bundle.
Read more