flschweiger / homebrew-flutter

A super easy way to install Flutter through Homebrew ๐ŸŽ‰

Home Page:https://flutter.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โš ๏ธ 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 ๐Ÿ‘“

About

A super easy way to install Flutter through Homebrew ๐ŸŽ‰

https://flutter.dev


Languages

Language:Ruby 100.0%