• This repository has been archived on 27/Jan/2022
  • Stars
    star
    135
  • Rank 269,297 (Top 6 %)
  • Language
    Ruby
  • Created over 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A super easy way to install Flutter through Homebrew 🎉

⚠️ DEPRECATION WARNING ⚠️
There's a Brew cask which is directly available through brew install --cask flutter.
This formula is now deprecated.

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 👓