leoafarias / fvm

Flutter Version Management: A simple CLI to manage Flutter SDK versions.
https://fvm.app
MIT License
4.73k stars 233 forks source link

`fvm list` says "Needs setup" but doesn't provide instructions #772

Closed matthew-carroll closed 2 months ago

matthew-carroll commented 3 months ago

Running fvm list can show Flutter installations as "Needs setup" but doesn't provide any instructions for how to resolve that. What does it mean to "setup" the Flutter distro?

Screenshot 2024-08-29 at 11 28 46 PM

I found experimentally that running something like fvm flutter pub get will resolve this. I assume that "Needs setup" in this case means "needs to download Flutter engine". But I can't say for sure.