When doing a flutter build apk at the command line, there are two things we could improve:
- Should not print out the line about
.../app/build/intermediates/ as that is just a temporary artifact
- Should prepend
app-release.apk with the relative path to the apk from where the build command was invoked
When doing a
flutter build apkat the command line, there are two things we could improve:.../app/build/intermediates/as that is just a temporary artifactapp-release.apkwith the relative path to the apk from where the build command was invoked