Skip to content

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

Notifications You must be signed in to change notification settings

NixFull/homebrew-flutter

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Homebrew Flutter

Super-easy two-step Flutter installation with Homebrew ๐Ÿ˜Ž

This will install the latest 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 cask install flutter

And voilร ! You're done ๐ŸŽ‰

FYI: You will find your Flutter installation here: /usr/local/Caskroom/flutter/latest/flutter.

Uninstalling

brew cask uninstall flutter
brew untap flschweiger/flutter

That's already it ๐Ÿšฎ

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%