Matt Carroll
Matt Carroll
Please ping me when you've added the test.
@knopp can we get some tests added to this?
@angelosilvestre can you cherry pick this?
@lukepighetti - Can you confirm whether this is still happening? I just tried to repro on an iPhone simulator running 17.4, as well as on my own personal iPhone SE...
Nope, no special flags. I went to the versions directory and did a standard `git clone https:....` Where is the "Flutter Version" value being pulled from?
BTW, here's my RC file, if it's relevant: ``` { "flutter": "custom_flock", "flutter_url": "https://github.com/Flutter-Foundation/flutter.git", "updateVscodeSettings": true, "updateGitIgnore": true, "runPubGetOnSdkChanges": true } ```
@leoafarias is there something else I should do to debug this? This is a blocker for using FVM...
> If you are cloning the repository to the fork: [First option](https://fvm.app/documentation/advanced/custom-version#clone-the-fork-within-the-fvm-cache) > The flutterUrl and config are used for the [Second Option](https://fvm.app/documentation/advanced/custom-version#change-the-repository-url-to-the-fork) Ok - I'd like the config per...
I think the difficulty here is that the instructions (both on the website and in this thread) are all partial instructions. There are various details missing between the steps. For...
Like I said, I've simply tried to do what you've mentioned, but you've mentioned a number of different approaches, each with partial instructions. I've tried to be very clear with...