flutter / flutter/flutter-intellij

add the ability to deploy a release version of the app to my phone

Open
#1,412 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2k
Forks
356
Avg merge
1d 11h
Merged PRs (30d)
27

Description

When dogfooding the tools, I ran into a situation where it would have been convenient to be able to deploy a release version of the app to my phone. From the cli, I had to:

```
flutter build apk
flutter install
```

W/o the first `flutter build apk` step, the install step will install the most recent build, which was a debug build of the app w/ the slow mode banner.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.