Currently, each Flutter environment upgrade forces a build artifact download, e.g flutter build apk downloads release, debug, etc. artifacts.
I have a long one-liner to do this flutter build apk; flutter build web; ...
The command puro prepare master can run all the required commands and download the artifacts for the master channel.
Currently, each Flutter environment upgrade forces a build artifact download, e.g
flutter build apkdownloads release, debug, etc. artifacts.I have a long one-liner to do this
flutter build apk; flutter build web; ...The command
puro prepare mastercan run all the required commands and download the artifacts for the master channel.