Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 459 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 459 Bytes

Homebrew Cask for Flutter

This repo provides a Cask for the v1.7.8+hotfix.3 stable release of Flutter

First you have to tap this repository:

brew tap fbsb/flutter

Then install Flutter:

brew cask install flutter

Finally validate your installation:

flutter doctor

To remove Flutter and this tap:

brew cask uninstall flutter
brew untap fbsb/flutter