Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating iOS 18 supported feature table #11211

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading