Flutter How to make release version in Android Studio?
You have to edit the run configuration:
Open the run configuration:
Add the --release
flag:
Note that using the --release
flag is not supported when you build with the Android Emulator.
In Android Studio , click on :
>
Run>
Flutter Run 'main.dart' in Release Mode