From 72e6362a1bd52899fb38320c86772085b056a319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wr=C3=B3blewski?= Date: Mon, 4 Aug 2025 09:35:12 +0200 Subject: [PATCH] docs: add `intelligence` to apple-frameworks.md --- src/content/platform-integration/ios/apple-frameworks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/platform-integration/ios/apple-frameworks.md b/src/content/platform-integration/ios/apple-frameworks.md index 4162d481504..535cd6573d8 100644 --- a/src/content/platform-integration/ios/apple-frameworks.md +++ b/src/content/platform-integration/ios/apple-frameworks.md @@ -75,6 +75,7 @@ should provide details. | Expose quick actions on the home screen | `UIApplicationShortcutItem` | [`quick_actions`][] | | Index items in Spotlight search | `CoreSpotlight` | [`flutter_core_spotlight`][] | | Configure, update and communicate with Widgets | `WidgetKit` | [`home_widget`][] | +| Automate app actions with Siri/Shortcuts | `AppIntents` | [`intelligence`][] | {:.table .table-striped .nowrap} @@ -111,3 +112,4 @@ should provide details. [`camera`]: {{site.pub-pkg}}/camera [`flutter_core_spotlight`]: {{site.pub-pkg}}/flutter_core_spotlight [`home_widget`]: {{site.pub-pkg}}/home_widget +[`intelligence`]: {{site.pub-pkg}}/intelligence