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

Align supported platforms for Flutter & Dart #6713

Closed
Tracked by #6710
khyati82 opened this issue Jan 21, 2022 · 4 comments · Fixed by #10174
Closed
Tracked by #6710

Align supported platforms for Flutter & Dart #6713

khyati82 opened this issue Jan 21, 2022 · 4 comments · Fixed by #10174
Assignees
Labels
a.get-started Relates to the Getting Started section of docs.flutter.dev e2-days Effort: < 5 days from.flutter-sdk Reported via move from flutter/flutter p2-medium Necessary but not urgent concern. Resolve when possible.

Comments

@khyati82
Copy link
Contributor

Create & document a process to proactively approach platform misalignments and supported platforms for Flutter & Dart. This is a child issue of master issue #6710

@dnfield dnfield transferred this issue from flutter/flutter Jan 21, 2022
@danagbemava-nc danagbemava-nc added st.triage.triage-team Triage team reviewing and categorizing the issue e2-days Effort: < 5 days p2-medium Necessary but not urgent concern. Resolve when possible. and removed st.triage.triage-team Triage team reviewing and categorizing the issue labels Jan 24, 2022
@sfshaza2
Copy link
Contributor

sfshaza2 commented Mar 24, 2023

@mit-mit, can you weigh in here? I think that Dart and Flutter approach this very differently. Dart's approach seems to be "we support the last two-three major releases of the platform". But Dart doesn't do all of the testing on specific platforms that Flutter does.

Is there a way to coalesce this info? The Dart info is here: https://dart.dev/get-dart#system-requirements

And the Flutter info is here (though I am currently updating this page): https://docs.flutter.dev/development/tools/sdk/release-notes/supported-platforms

@parlough
Copy link
Member

parlough commented Mar 24, 2023

It sounds like part of the problem here is that we don't really specifically outline Dart's "Supported deployment platforms" anywhere, outside of stating the last two-major browser releases for web deployments. In terms of the site, we've essentially been treating the "SDK system requirements" as the "Supported deployment platforms", maybe because the support for self-contained deployments outside of dart2js through dart compile exe is more recent.

Perhaps the system requirements and supported deployment platforms of Dart are the same, but either way, we should likely call that out better, either on the Get Dart page or through a new page.

@atsansone atsansone added the from.flutter-sdk Reported via move from flutter/flutter label Jun 3, 2023
@atsansone atsansone added act.question Relates to issues that writers need SME help a.get-started Relates to the Getting Started section of docs.flutter.dev st.blocked Issue cannot continue until another action completes ltw-triage labels Jun 3, 2023
@atsansone
Copy link
Contributor

@mit-mit : Could you weigh in please?

@mit-mit
Copy link
Member

mit-mit commented Jun 6, 2023

Dart lists which platforms may be used for Dart development here:
https://dart.dev/get-dart#system-requirements

There is no separate list for where apps written with Dart may be run. And there are no levels of support for Dart (it's either or).

Flutter lists the platforms on which Flutter development are supported under the install docs, e.g.:
https://docs.flutter.dev/get-started/install/macos#system-requirements

And separately the platforms on which Flutter apps may be run/deployed, with several tiers here:
https://docs.flutter.dev/reference/supported-platforms

It would be nice to align this a bit.

@mit-mit mit-mit removed their assignment Jun 6, 2023
@atsansone atsansone added meta.umbrella Collects multiple related issues and removed act.question Relates to issues that writers need SME help st.blocked Issue cannot continue until another action completes labels Jul 12, 2023
@atsansone atsansone self-assigned this Jul 12, 2023
@atsansone atsansone changed the title Create & document a process to proactively approach platform misalignments and supported platforms for Flutter & Dart ☂️ Align supported platforms for Flutter & Dart Aug 26, 2023
@atsansone atsansone changed the title ☂️ Align supported platforms for Flutter & Dart Align supported platforms for Flutter & Dart Aug 26, 2023
@atsansone atsansone removed the meta.umbrella Collects multiple related issues label Aug 26, 2023
atsansone added a commit to atsansone/website that referenced this issue Apr 5, 2024
Added hardware architectures to supported platforms. 

Fixes flutter#10136
Fixes flutter#6713
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 e2-days Effort: < 5 days from.flutter-sdk Reported via move from flutter/flutter p2-medium Necessary but not urgent concern. Resolve when possible.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants