-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Comments
@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 |
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 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. |
@mit-mit : Could you weigh in please? |
Dart lists which platforms may be used for Dart development here: 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.: And separately the platforms on which Flutter apps may be run/deployed, with several tiers here: It would be nice to align this a bit. |
Added hardware architectures to supported platforms. Fixes flutter#10136 Fixes flutter#6713
Create & document a process to proactively approach platform misalignments and supported platforms for Flutter & Dart. This is a child issue of master issue #6710
The text was updated successfully, but these errors were encountered: