puro icon indicating copy to clipboard operation
puro copied to clipboard

Add command to directly pass arguments to flutter build

Open Vonarian opened this issue 2 years ago • 0 comments

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

Vonarian avatar Dec 06 '23 00:12 Vonarian