flutter channels replace each others

56 Views Asked by At

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

1

There are 1 best solutions below

1
On

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.