Some of the other things you can do to make your app smaller are:
Read moreHow long does the flutter app take?
As per our flutter app development experience for the e-commerce app it’s take around 4 months for the android and ios both platform release.
Read moreHow do I know what size my flutter is?
How to open Dev Tools in android studio.
Read moreWhat is flutter size?
Size(double width, double height) Creates a Size with the given width and height . const. Size.copy(Size source) Creates an instance of Size that has the same values as another.
Read moreWhat are different build modes in flutter?
The Flutter tooling supports three modes when compiling your app, and a headless mode for testing . You choose a compilation mode depending on where you are in the development cycle. Are you debugging your code?
Read moreHow do I create a keystore on flutter?
Now go inside your JAVA -> JDK -> Bin folder and your generated release-key.
Read moreHow do you build Appbundle in flutter?
Build an app bundle
Read more