why flutter store the SDK locally for just One channel and replace ALL SDK when switching the channel? why flutter does not save ALL downloaded SDK, what is the problem, why I have to wait for switching? thanks
why flutter store the SDK locally for just One channel and replace ALL SDK when switching the channel? why flutter does not save ALL downloaded SDK, what is the problem, why I have to wait for switching? thanks
See https://pub.dev/packages/fvm: Flutter Version Management: A simple cli to manage Flutter SDK versions. As for why, it's really not much of an inconvenience. If you switch to the git-based checkout of the Flutter repo, the switch between channels is just a "git branch" change away, so the expense really isn't there.