Replies: 3 comments
-
|
Hey @sethladd! Good questions - let me break down what's happening here. Setup IssueThe "Need setup*" message means the Flutter SDK has been cloned/downloaded, but hasn't run its initial setup yet (downloading dependencies, tools, etc.). In FVM v4, setup behavior depends on which command you used:
Quick fix for your current situation: # This will run setup for the beta channel
fvm use betaRelease Date IssueWhen you use a channel directly (like That's why you don't see a release date - channels are continuously updated with new commits, and only some commits become official releases. If you want to see release dates, use fvm use beta --pinThis will pin to a specific beta release (like Does that clear things up? |
Beta Was this translation helpful? Give feedback.
-
|
how do I get fvm v4? |
Beta Was this translation helpful? Give feedback.
-
|
@sethladd it seems that the latest flutter version, something was moved to check if there is a version, but I have a PR for it, which will release on version 4.0.2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
did I miss a step?
Beta Was this translation helpful? Give feedback.
All reactions