Have you tried running your code in “release” mode?
Within a terminal you can do that via flutter run --release
.
In Android Studio you could double tap shift
to bring up the search everywhere
command window. If you simply type release
you should be able to find the Flutter Run main.dart in Release Mode
command.
Also you can find this in the menu under “Run” just like so: