Ardeshir Nahavandi Fard

Results 4 issues of Ardeshir Nahavandi Fard

The issue is when I enable launch at startup for my app which is installed using MSIX, literally nothing happens. I found a workaround, which is running a batch /...

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...

- introduce puro prepare CLI command with --all-platforms, --platform, and --force flags so users can pre-download Flutter artifacts for a chosen environment - add environment helper that routes to flutter...

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;...