支援的部署平台
截至 Flutter 3.35.5, Flutter 支援在下列硬體架構與作業系統版本的組合上部署應用程式。 這些組合稱為 平台(platforms)。
Flutter 依照下列方式對平台進行分類:
- 支援(Supported):Flutter 團隊官方支援的平台與版本。
- CI 測試(CI-tested):Flutter 團隊在每次提交時都會針對這些平台進行測試。
- 不支援(Unsupported):Flutter 團隊不會針對這些平台進行測試或支援。
根據這些分類, Flutter 支援部署至下列平台。
| 目標平台 | 目標架構 | 支援的版本 | CI 測試版本 | 不支援的版本 |
|---|---|---|---|---|
| Android SDK | x64, Arm32, Arm64 | 24 to 36 | 24 to 36 | 23 and earlier |
| iOS | Arm64 | 13 to 26 | 18 | 12 and earlier |
| macOS | x64, Arm64 | Catalina (10.15) to Tahoe (26) | Sonoma (14), Sequoia (15) | Mojave (10.14) and earlier |
| Windows | x64, Arm64 | 10, 11 | 10 | 8 and earlier |
| Debian (Linux) | x64, Arm64 | 10, 11, 12 | 11, 12 | 9 and earlier |
| Ubuntu (Linux) | x64, Arm64 | 20.04 LTS to 24.04 LTS | 20.04 LTS, 22.04 LTS | 24.10 and earlier non-LTS |
| Chrome (Web) | JavaScript, WebAssembly | Latest 2 | 119, 125 | 95 and earlier |
| Firefox (Web) | JavaScript | Latest 2 | 143 | 98 and earlier |
| Safari (Web) | JavaScript | 15.6 and newer | 15.6 | 15.5 and earlier |
| Edge (Web) | JavaScript, WebAssembly | Latest 2 | 119, 125 | 95 and earlier |