diff --git a/src/content/platform-integration/ios/ios-latest.md b/src/content/platform-integration/ios/ios-latest.md index bc506e06bf..eb4f866f61 100644 --- a/src/content/platform-integration/ios/ios-latest.md +++ b/src/content/platform-integration/ios/ios-latest.md @@ -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 @@ -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}