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

Refactor Windows Getting Started as PoC of larger update #9333

Closed
1 task
atsansone opened this issue Aug 29, 2023 · 0 comments · Fixed by #9238
Closed
1 task

Refactor Windows Getting Started as PoC of larger update #9333

atsansone opened this issue Aug 29, 2023 · 0 comments · Fixed by #9238
Assignees
Labels
a.get-started Relates to the Getting Started section of docs.flutter.dev cl.fixed Issue is closed as fixed d.enhancement Improves docs with specific ask devos.Windows Relates to developing apps on the Windows platform e3-weeks Effort: < 4 weeks from.team Reported by Dash docs team member p2-medium Necessary but not urgent concern. Resolve when possible.

Comments

@atsansone
Copy link
Contributor

Refactor the Windows Getting Started page to streamline reader onboarding.

Page Flow and Structure

Windows page

  • [get-started/install/windows]

Desktop (Native) card / page

(<span class="material-icons-outlined">desktop_windows</span>)

Includes:

  • System Requirements
    • Generic [_install/reqs/windows.md]
    • Plus VS Code [_install/reqs/windows/vscode.md]
    • Plus VS [_install/reqs/windows/vs.md]
  • Pre-Requisites [could do this as OS checked]
    • Install VS [_install/ide/vs.md]
    • Install VS Code [_install/ide/vscode/windows.md]
  • Download and extract the Flutter SDK [_install/flutter/sdk.md]
    • Set Permanent Path [_install/path/windows.md]
    • Run Flutter Doctor [_run-flutter-doctor-win]
      • Explain what errors can return
      • Resolve Errors
  • Add other targets
    • Web [_install/add-on/web.md]
    • Mobile [_install/add-on/android/windows.md]

Mobile (Android) card / page

(<span class="material-icons-outlined">phone_android</span>)

Includes:

  • System Requirements
    • Generic [_install/reqs/windows.md]
    • Plus VS Code [_install/reqs/windows/vscode.md]
    • Plus AS [_install/reqs/windows/android-studio.md]
  • Pre-Requisites [could do this as OS checked]
    • Install AS [_install/ide/android-studio/windows.md]
    • Install VS Code [_install/ide/vscode/windows.md]
  • Download and extract the Flutter SDK [_install/flutter/sdk.md]
    • Set Permanent Path [_install/path/windows.md]
    • Run Flutter Doctor [_install/doctor/windows.md]
      • Explain what errors can return
      • Resolve Errors
  • Add other targets
    • Desktop [_install/add-on/vs.md]
    • Web [_install/add-on/web.md]

Web card / page (Easiest to get to app)

(<span class="material-icons-outlined">open_in_browser</span>)

Includes:

  • System Requirements
    • Generic [_install/reqs/windows.md]
    • Plus VS Code [_install/reqs/windows/vscode.md]
    • Plus Chrome [_install/reqs/windows/chrome.md]
  • Pre-Requisites [could do this as OS checked]
    • Install VS Code [_install/ide/vscode/windows.md]
    • Install Chrome [_install/ide/chrome.md]
  • Download and extract the Flutter SDK [_install/flutter/sdk.md]
    • Set Permanent Path [_install/path/windows.md]
    • Run Flutter Doctor [_install/doctor/windows.md]
      • Explain what errors can return
      • Resolve Errors
  • Add other targets
    • Desktop [_install/add-on/vs.md]
    • Mobile [_install/add-on/android/windows.md]
@atsansone atsansone self-assigned this Aug 29, 2023
@danagbemava-nc danagbemava-nc added st.triage.triage-team Triage team reviewing and categorizing the issue d.enhancement Improves docs with specific ask a.get-started Relates to the Getting Started section of docs.flutter.dev p2-medium Necessary but not urgent concern. Resolve when possible. e3-weeks Effort: < 4 weeks devos.Windows Relates to developing apps on the Windows platform from.team Reported by Dash docs team member and removed st.triage.triage-team Triage team reviewing and categorizing the issue labels Aug 30, 2023
atsansone added a commit that referenced this issue Dec 20, 2023
## Staged

https://tony-flutter-site.web.app/get-started/install/windows/

Fixes #9333 
Fixes #5735 
Fixes #8099 
Fixes #4941 
Fixes #7778 
Fixes #6934 
Fixes #6913

## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [ ] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.
@danagbemava-nc danagbemava-nc added the cl.fixed Issue is closed as fixed label Dec 21, 2023
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 cl.fixed Issue is closed as fixed d.enhancement Improves docs with specific ask devos.Windows Relates to developing apps on the Windows platform e3-weeks Effort: < 4 weeks from.team Reported by Dash docs team member p2-medium Necessary but not urgent concern. Resolve when possible.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants