Open hanskokx opened 3 weeks ago
It should be pretty easy to add global and environment-specific overrides here, but there is more to change than just the git url, such as the versions json and engine artifacts.
The corresponding fmv
instructions for switching to using Flock (which is my ultimate goal here) can be found on https://flutterfoundation.dev/
I see that you can use
--flutter-git-url=$URL
to run Puro commands with a specific fork of Flutter, however, I'd like to set this option globally. I do not see a way to do this. My first thought was to add it toprefs.json
, but that didn't work:Is this functionality missing? Or am I simply doing something wrong?