Skip to content

Commit

Permalink
Updating iOS 18 supported feature table (#11211)
Browse files Browse the repository at this point in the history
As it says and updated with input from @sethladd 

cc @jmagman
  • Loading branch information
sfshaza2 authored Oct 1, 2024
1 parent d7787d0 commit 5cebef2
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions src/content/platform-integration/ios/ios-latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,32 @@ 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 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. |

The following table shows the status of support for
the iOS 18 release as of the Flutter 3.24.3 release.

| Feature | Status |
|---------|--------|
| Target and build for iOS 18 | Delivered, supported |
| Control Center (CC) widgets | Delivered, [supported][cc] Requires writing some Swift code to create a toggle for the CC |
| Light/dark/tinted icon colors | Delivered, [supported][icon] |
| Password apps work/integrate work with Flutter | Delivered, supported |
| Eye tracking of a Flutter app | Partially works; [known issues][eye] |
| iPhone mirroring (when viewing a Flutter app) | Partially works; [known issues][mirror] |
| iOS formatting menu | Not yet available; on roadmap |
| Showing Translate option for the context edit menu | Not yet available; on roadmap |
| Apple Intelligence (AI), such as New Writing Tools | Not yet available; on roadmap |
| iOS-style zoom page transition | Not yet available; on roadmap |
| Hover typing feature | Not available |
| [iPad-style tab bar][] | Not available |
| Large content viewer | Not available |
| Virtual trackpad feature | Not available |
{% comment %}
{% endcomment %}
{:.table .table-striped}

[deployment page]: /deployment/ios#add-an-app-icon
[extension page]: /platform-integration/ios/app-extensions
[icon]: /deployment/ios#add-an-app-icon
[cc]: /platform-integration/ios/app-extensions
[eye]: {{site.github}}/flutter/flutter/issues/153573
[iPad-style tab bar]: {{site.apple-dev}}/documentation/uikit/app_and_environment/elevating_your_ipad_app_with_a_tab_bar_and_sidebar
[mirror]: {{site.github}}/flutter/flutter/issues/152711

0 comments on commit 5cebef2

Please sign in to comment.