Verify and updated permanent PATH guide on 'macOS install' page #6295
Labels
a.get-started
Relates to the Getting Started section of docs.flutter.dev
cl.fixed
Issue is closed as fixed
devos.macOS
Relates to developing apps on macOS platform
e0-minutes
Effort: < 60 min
p3-low
Valid but not urgent concern. Resolve when possible. Encourage upvote to surface.
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
By following the Get the Flutter SDK installation way, the provided zip
flutter_macos_2.5.1-stable.zip
file has not the necessary instructions to execute theflutter
command.After adding flutter tool to path as it is suggested in Update Your Path section and verifying that the paths for flutter and dart a correct, the execution of
flutter doctor
command returnscommand not found: flutter
.Steps for verification:
Checking path for flutter and dart
running flutter doctor
The only viable way to be able to use the
flutter
command is by cloning the GitHub repository from the provided urlhttps://github.com/flutter/flutter.git
.Expected fix
There are two possible solutions for this issue:
Additional context
No response
The text was updated successfully, but these errors were encountered: