puro
puro copied to clipboard
Add command to directly pass arguments to flutter build
We currently have puro run which passes arguments directly to dart run.
Here's the current method to build a Windows app using Puro:
puro flutter build windows
Here's what I suggest:
puro build windows
This will just pass arguments to default Flutter environment similar to puro run