You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: