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.