Skip to content

Commit

Permalink
Update to add N/A
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Sansone committed Feb 7, 2024
1 parent 676c15e commit bf7afa6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/get-dart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ to develop and run Dart code.
{% assign yes = '<span class="material-icons" style="color: #158477;">verified</span>' %}
{% assign no = '<span class="material-icons" style="color: #D43324">dangerous</span>' %}
{% assign beta = '<span class="material-icons" style="color: #13C2AD">gpp_maybe</span>' %}
{% assign na = '<span class="material-icons" style="color: #DADCE0">do_not_disturb_on</span>' %}
{% assign macversions = '' %}
{% for version in site.data.macos limit:3 %}
{%- if version.eol == false -%}
Expand All @@ -35,10 +36,13 @@ to develop and run Dart code.
|----------|---------|---------|---------|-----------|-----------|------------------------------------------|
| Windows | {{yes}} | {{yes}} | {{no}} | {{beta}} | {{no}} | [10] (32-bit, 64-bit), [11][] |
| Linux | {{yes}} | {{yes}} | {{yes}} | {{yes}} | {{beta}} | [Debian stable][], [Ubuntu LTS][] |
| macOS | {{no}} | {{yes}} | {{no}} | {{yes}} | {{no}} | {{macversions}} |
| macOS | {{no}} | {{yes}} | {{na}} | {{yes}} | {{na}} | {{macversions}} |
{:.table .table-striped}

{{beta}} Supported in Dev, Beta channels only.
{{yes}} Supported in all channels.
{{no}} Unsupported in all channels.
{{beta}} Supported in Dev, Beta channels only.
{{na}} No version exists.

## Choose an install option

Expand Down

0 comments on commit bf7afa6

Please sign in to comment.