Skip to content

Commit

Permalink
Minor, initial adjustments for ios-latest page (#11169)
Browse files Browse the repository at this point in the history
Consider hiding whitespace changes when reviewing.
  • Loading branch information
parlough authored Sep 24, 2024
1 parent 21ae949 commit 7a91f9d
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions src/content/platform-integration/ios/ios-latest.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Flutter on iOS
description: Learn about Flutter on the latest release of iOS
description: >-
Learn about Flutter's support for and compatibility with
the latest releases of iOS.
---

You can develop Flutter on the iOS platform, even on
Expand All @@ -15,25 +17,24 @@ please [file an issue][].

## iOS 18 release

| Feature | Status |
|------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
| Apple intelligence (AI) | Not yet tested. On Flutter roadmap. |
| Control Center (CC) widgets | Tested. Info added to [extension page][]. Requires writing some Swift code to create a toggle for the CC. |
| Light/dark/tinted icon colors | Tested. Info added to [deployment page[]. |
| Locked and hidden apps | Tested. Just works. |
| iOS formatting menu | On Flutter roadmap. Not yet available. |
|**Translate** support for the context edit menu | On Flutter roadmap. Not yet available. |
| Target and build for iOS 18 | Tested. Should just work. |
| Cupertino widget A and B | New! |
| iOS-style zoom page transition | Not available yet. |
| iPad-style tap bar | Not available yet. |
| New writing tools (AI) in text input | On Flutter roadmap, not available yet. |
| iPhone mirroring (on viewing a Flutter app) | Tested but doesn't work yet. On Flutter roadmap. |
| Passwords app integrates/works with Flutter | Tested works. |
| Eye tracking of a Flutter app | Tested but doesn't work yet. On Flutter roadmap. |
| Hover typing feature. | Not yet tested. |
| Virtual trackpad feature. | Not yet tested. |
| Large content viewer. | Not yet tested. |
| Feature | Status |
|-------------------------------------------------|-----------------------------------------------------------------------------------------------------------|
| Apple Intelligence (AI) | Not yet tested. On Flutter roadmap. |
| Control Center (CC) widgets | Tested. Info added to [extension page][]. Requires writing some Swift code to create a toggle for the CC. |
| Light/dark/tinted icon colors | Tested. Info added to [deployment page][]. |
| Locked and hidden apps | Tested and works. |
| iOS formatting menu | On Flutter roadmap. Not yet available. |
| **Translate** support for the context edit menu | On Flutter roadmap. Not yet available. |
| Target and build for iOS 18 | Tested. Monitoring issues and feedback. |
| iOS-style zoom page transition | Not available yet. |
| iPad-style tap bar | Not available yet. |
| New writing tools (AI) in text input | On Flutter roadmap, not available yet. |
| iPhone mirroring (on viewing a Flutter app) | Tested but doesn't work yet. On Flutter roadmap. |
| Passwords app integrates/works with Flutter | Tested and works. |
| Eye tracking of a Flutter app | Tested but doesn't work yet. On Flutter roadmap. |
| Hover typing feature | Not yet tested. |
| Virtual trackpad feature | Not yet tested. |
| Large content viewer | Not yet tested. |

{:.table .table-striped}

Expand Down

0 comments on commit 7a91f9d

Please sign in to comment.