If build apk is the front-end for how we expect command line flutter users to interact with flutter during the release process, it should probably default to --release and the fact that it also can build --debug as part of flutter run or other debug workflows then becomes a detail.
It's also possible that we should have a flutter release or some other front-end command for the publish process? Thoughts @devoncarew
If
build apkis the front-end for how we expect command line flutter users to interact withflutterduring the release process, it should probably default to --release and the fact that it also can build --debug as part offlutter runor other debug workflows then becomes a detail.It's also possible that we should have a
flutter releaseor some other front-end command for the publish process? Thoughts @devoncarew