Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Command for Installing Flutter SDK on macOS #10575

Closed
EnigmaticMachine opened this issue May 11, 2024 · 2 comments
Closed

Fix Command for Installing Flutter SDK on macOS #10575

EnigmaticMachine opened this issue May 11, 2024 · 2 comments
Assignees
Labels
a.get-started Relates to the Getting Started section of docs.flutter.dev devos.macOS Relates to developing apps on macOS platform e0-minutes Effort: < 60 min p1-high Major but not urgent concern: Resolve in months. Update each month. st.triage.ltw Indicates Lead Tech Writer has triaged

Comments

@EnigmaticMachine
Copy link

EnigmaticMachine commented May 11, 2024

Steps to reproduce

  1. Navigate to the "Install Flutter" section of the Flutter macOS installation guide.
  2. Follow the command provided in the "Extract the zip file into the directory you want to store the Flutter SDK" section.
  3. Observe that the provided command is incorrect.

The command provided in the documentation does not correctly specify the destination directory for unzipping the Flutter SDK, causing confusion and potential installation failure. The command used is:

unzip ~/Downloads/flutter_macos_arm64_3.19.6-stable.zip ~/development/
Archive:  /Users/x/Downloads/flutter_macos_arm64_3.19.6-stable.zip
caution: filename not matched:  /Users/x/development/

The correct command should use the -d option to specify the destination directory, like so:

unzip ~/Downloads/flutter_macos_arm64_3.19.6-stable.zip -d ~/development/

Actual results

The command provided in the documentation does not correctly specify the destination directory for unzipping the Flutter SDK, causing confusion and potential installation failure.

Logs

Archive: /Users/x/Downloads/flutter_macos_arm64_3.19.6-stable.zip
caution: filename not matched: /Users/x/development/

Flutter Doctor output

Not applicable as the issue pertains to documentation.

@danagbemava-nc danagbemava-nc transferred this issue from flutter/flutter May 13, 2024
@atsansone atsansone self-assigned this May 15, 2024
@atsansone atsansone added a.get-started Relates to the Getting Started section of docs.flutter.dev p1-high Major but not urgent concern: Resolve in months. Update each month. e0-minutes Effort: < 60 min st.triage.ltw Indicates Lead Tech Writer has triaged labels May 15, 2024
@atsansone atsansone changed the title Incorrect Command in Documentation for Installing Flutter SDK on macOS Fix Command for Installing Flutter SDK on macOS May 15, 2024
@atsansone atsansone added the devos.macOS Relates to developing apps on macOS platform label May 15, 2024
@parlough
Copy link
Member

Thanks for reporting the issue!

Looks like this was fixed by #10610

@EnigmaticMachine
Copy link
Author

Great, thanks for info :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a.get-started Relates to the Getting Started section of docs.flutter.dev devos.macOS Relates to developing apps on macOS platform e0-minutes Effort: < 60 min p1-high Major but not urgent concern: Resolve in months. Update each month. st.triage.ltw Indicates Lead Tech Writer has triaged
Projects
None yet
Development

No branches or pull requests

3 participants