Skip to content

socheatsok78/homebrew-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Homebrew

[Experimental] Homebrew Cask for Flutter

Build Status

Installation

brew tap socheatsok78/flutter
brew cask install flutter

or

brew cask install socheatsok78/flutter/flutter

Uninstall

To uninstall flutter run the following command:

brew cask uninstall flutter

To remove any files and folders flutter has created run the following command.
This will also uninstall flutter as well.

# Clean all files associated with Flutter SDK
brew cask zap flutter

Switching Flutter Channel

To switch to a different channel run the following command:

flutter channel [stable|dev|beta|master]
flutter upgrade

Using Linux?

Make sure you have Homebrew for linux installed.

Check Homebrew Documentation on how to install Homebrew on Linux.

See also

Other people implementation:

About

[Experimental] Homebrew Tap for Flutter

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published