puro
puro copied to clipboard
A powerful tool for installing and upgrading Flutter versions.
I get a warning/error message when I try to use puro standalone with an absolute path, even though it seems to work fine. ``` ~/Projects/puro_project > /Users/username/Projects/puro_project/bin/puro --version [W] Error...
A major feature we use in FVM that is currently missing from Puro is the ability to commit a file to a repo that pins the projects environment to a...
I am trying to setup a new Flutter enviornment on my work machine, and I am using the powershell script to install puro: `Invoke-WebRequest -Uri "https://puro.dev/builds/1.4.4/windows-x64/puro.exe" -OutFile "$env:temp\puro.exe"; &"$env:temp\puro.exe" install-puro...
It would be nice if there was a way for us to say `puro -e master flutter create ` or something similar. That would create the project using the environment...
When we use `flutterfire_cli` (please test it with the latest dev version 0.3.0-dev.19) it creates a build script in ios, inside xcode, to move the firebase files to the correct...
Fort now the installer only downloads and the CI only builds for x64 but Apple has been transitioning to arm64. I think it would be a good idea to also...
It would be nice to have a feature like this to detect the commit that has an issue (for better detection of the reasons for the regression)
It's not the first attempt for me to use puro, but for some reason I can't create environment with `puro create` command. puro create v3_16_6 3.16.6 --log-level=4 ivan@mb2 ~ %...
In [fvm](https://fvm.app/), when you `use` a version, it creates a symlink to your local flutter version at `./.fvm/flutter_sdk` to which you can then point in your `.vscode/settings.json`. It is pretty...
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...