From 062090b205957d307ee9116b0156ce3a80e02380 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Sat, 14 Dec 2024 21:21:02 +0800 Subject: [PATCH] Mark IA32 deprecation as in its final release before removal (#6273) --- src/content/get-dart/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/content/get-dart/index.md b/src/content/get-dart/index.md index 0d07a206b3..b657140234 100644 --- a/src/content/get-dart/index.md +++ b/src/content/get-dart/index.md @@ -23,9 +23,10 @@ includes the full Dart SDK. You don't need to install Dart separately and can sk Dart supports the following hardware architectures and platform versions to develop and run Dart code. -{% assign yes = 'verified' %} +{% assign yes = 'verified' %} {% assign no = 'dangerous' %} {% assign dep = 'error' %} +{% assign rem = 'report' %} {% assign na = 'do_not_disturb_on' %} {% assign macversions = 'Latest three versions of macOS:
' %} {% for version in macos limit:3 %} @@ -40,14 +41,15 @@ to develop and run Dart code. | Platform | x64 | IA32 (x86) | Arm32 | Arm64 | RISC-V (RV64GC) | OS Versions | |----------|:-------:|:----------:|:-------:|:-------:|:---------------:|-------------------------------------------------------------| -| Windows | {{yes}} | {{dep}} | {{no}} | {{yes}} | {{na}} | [10], [11][] | -| Linux | {{yes}} | {{dep}} | {{yes}} | {{yes}} | {{yes}} | [Debian stable][],
[Ubuntu LTS][] under standard support | -| macOS | {{yes}} | {{no}} | {{na}} | {{yes}} | {{na}} | {{macversions}} | +| Windows | {{yes}} | {{rem}} | {{no}} | {{yes}} | {{na}} | [10], [11][] | +| Linux | {{yes}} | {{rem}} | {{yes}} | {{yes}} | {{yes}} | [Debian stable][],
[Ubuntu LTS][] under standard support | +| macOS | {{yes}} | {{no}} | {{na}} | {{yes}} | {{na}} | {{macversions}} | {:.table .table-striped} {{yes}} Supported on all channels.
{{dep}} Support is deprecated and might be dropped in a future Dart release.
+{{rem}} Support is deprecated and will likely be removed in the next stable release.
{{no}} Unsupported on all channels.
{{na}} Unsupported by the operating system.