website icon indicating copy to clipboard operation
website copied to clipboard

[PAGE ISSUE]: 'macOS install'

Open ahagiwara opened this issue 4 years ago • 2 comments

Page URL

https://flutter.dev/docs/get-started/install/macos/

Page source

https://github.com/flutter/website/tree/main/src/docs/get-started/install/macos.md

Describe the problem

This multistep process to install Flutter can be accomplished in one step via Homebrew.

Expected fix

Install Homebrew. Run brew install flutter

Additional context

No response

ahagiwara avatar Oct 23 '21 09:10 ahagiwara

Hi @ahagiwara, thanks for filing the issue.

This will make it easier for people to setup flutter.

danagbemava-nc avatar Oct 25 '21 10:10 danagbemava-nc

Per https://formulae.brew.sh/cask/flutter, brew install flutter is now brew install --cask flutter.

mclarkedev avatar May 16 '22 16:05 mclarkedev

@jacob314 : I believe we discussed this, but we don't maintain this cask, so can we include it in the instructions?

atsansone avatar May 01 '23 18:05 atsansone

No. (Also, this is NOT an e0-minutes issue...)

We don't officially support homebrew installation of Flutter. We used to list this info on our install page, but there are too many engineering issues that must first be resolved and it was removed by Chris Fujino and approved and landed by Ian. You can read more about the engineering support needed on this issue.

However, some folks do use homebrew to install Flutter using an externally maintained cask. If you google "install Flutter homebrew" you will find info on StackOverflow and elsewhere. Just be warned that you will encounter issues if using brew to install on a read-only system.

Closing this issue.

sfshaza2 avatar Nov 02 '23 22:11 sfshaza2