Closed andig closed 1 year ago
The Flutter install seems to be a community maintained cask coming from: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/flutter.rb
So the tap that supplies it is homebrew/cask
. It's kinda cool how simple the cask is and perhaps it would be better to structure the formula like that. However, it lacks support for different channels, architectures (not sure; the flutter tool might pull in the right binaries) and older versions.
As for Flutter using the existing Dart, that's unfortunately not possible. Flutter is tightly bound to a specific Dart version. The two formulas are simply incompatible.
It would be nicer experience if Flutter would just us the existing dart. As far as I can tell both where installed from this tap: