homebrew-cask icon indicating copy to clipboard operation
homebrew-cask copied to clipboard

flutter cask installs defunct dart

Open byron-hawkins opened this issue 9 months ago • 2 comments

Verification

Description of issue

After installing flutter using a simple brew install flutter, any invocation of flutter hangs indefinitely. Tracing through the bash scripts, it turns out that the internal dart binary is defunct. Executing dart with any arguments (or no arguments) results in a dart process that sleeps indefinitely (as reported by top -pid).

Command that failed

dart

Output of command with --verbose --debug

<empty> (hung process)

Output of brew doctor and brew config

Brew is working, but installs a broken cask.

Output of brew tap

Brew is working, but installs a broken cask.

byron-hawkins avatar May 27 '25 22:05 byron-hawkins

Brew installs flutter from the exact same location that https://docs.flutter.dev/ provides when you tell it you want to download flutter. Do you have the same issue there?

SMillerDev avatar May 28 '25 09:05 SMillerDev

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

github-actions[bot] avatar Jun 18 '25 11:06 github-actions[bot]