Flashing Flutter App from VSCode (Android)

Issue

Is there a way to install the resultant APK to a phone without using "Hot Reload"? The problem being that once the App restarts and the phone is no longer connected to the computer, the recent changes to the App are removed.

Solution

You can install a release version of your app using flutter run --release

Answered By – dshukertjr

Answer Checked By – Pedro (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *