puro
puro copied to clipboard
[Feature] puro prepare <envName> to download artifacts
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.