Skip to content
Open
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
2 changes: 2 additions & 0 deletions src/content/platform-integration/ios/apple-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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
Loading