All Projects → flschweiger → Homebrew Flutter

flschweiger / Homebrew Flutter

A super easy way to install Flutter through Homebrew 🎉

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Homebrew Flutter

Super-easy two-step Flutter installation with Homebrew 😎

This will install the latest [master|dev|beta|stable] version of the framework directly from Google's servers.

Afterwards you can simply use flutter channel [master|dev|beta|stable] to switch between the different channels and flutter upgrade to upgarde to the latest version in the currently selected channel 🍸

Installing

brew tap flschweiger/flutter
brew install flutter

And voilà! You're done 🎉

FYI: You will find your Flutter installation here: /usr/local/Cellar/flutter/sdk.

Uninstalling

brew uninstall flutter
brew untap flschweiger/flutter

That's already it 🚮

Contributors

  • dancamdev - Added channel selection 🔧
  • passsy - Tester & proofreading 👓
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].