MiderWong / homebrew-flutter

Homebrew formula for Flutter.
BSD 3-Clause "New" or "Revised" License
134 stars 16 forks source link

Switching channels not working #1

Closed fkorotkov closed 5 years ago

fkorotkov commented 5 years ago

After installing Flutter via the tap flutter channel dev isn't working to switch to dev channel. Seems like Flutter requires to have these channel branches checked out in the cloned repository.

MiderWong commented 5 years ago
brew untap MiderWong/flutter
brew tap MiderWong/flutter
brew uninstall --force flutter
rm -rf "$(brew --cache)/flutter--git"
brew install --devel flutter