Skip to content

Commit 06acde0

Browse files
committed
[macOS] Bump minimum macOS support to 10.14
Flutter 3.3 was the last stable release to support macOS 10.11 through 10.13. As of Flutter 3.7, the minimum supported version of macOS is 10.14 (Mojave). This should have landed with the release rollout, but I missed updating the website. RFC: https://flutter.dev/go/flutter-drop-macOS-10.13-2022-q4 Issue: flutter/flutter#114445
1 parent 343aea9 commit 06acde0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/development/tools/sdk/release-notes/supported-platforms.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Flutter supports the following platforms as part of Google-tested and best-effor
3131
|Android | API 16 (Android 4.1) & above | All |
3232
|iOS | iOS 11 & above | All |
3333
|Linux | Debian, 64-bit | All |
34-
|macOS | El Capitan (10.11) & above | All |
34+
|macOS | Mojave (10.14) & above | All |
3535
|Web | Chrome 84 & above | All |
3636
|Web | Firefox 72.0 & above | All |
3737
|Web | Safari on El Capitan & above | All |
@@ -76,16 +76,13 @@ and stable channels.
7676
|Linux |Debian 9 & below |
7777
|Linux |Ubuntu 20.04 |
7878
|Linux |Ubuntu 22.04 (Aspirational Google-tested platform) |
79-
|macOS |El Capitan (10.11) - Big Sur (11)* |
79+
|macOS |Mojave (10.14) - Big Sur (11)* |
8080
|Windows |Windows 11 (Aspirational Google-tested platform) |
8181
|Windows |Windows 8 |
8282
|Windows |Windows 7 |
8383
{:.table.table-striped}
8484
</div>
8585

86-
\* Flutter 3.3 is the last stable release with macOS 10.11 through 10.13
87-
best-effort support.
88-
8986
### Unsupported platforms
9087

9188
<div class="table-wrapper" markdown="1">
@@ -94,7 +91,7 @@ best-effort support.
9491
|Android |Android SDK 15 & below |
9592
|iOS |[iOS 10 & below and `arm7v` 32-bit iOS][] |
9693
|Linux |Any 32-bit platform |
97-
|macOS |Yosemite (10.10) & below |
94+
|macOS |El Capitan (10.13) & below |
9895
|Windows |Windows Vista & below |
9996
|Windows |Any 32-bit platform |
10097
{:.table.table-striped}

0 commit comments

Comments
 (0)