app_intents 0.2.1
app_intents: ^0.2.1 copied to clipboard
Flutter plugin for iOS App Intents integration. Enables Siri, Shortcuts, and Spotlight support.
0.2.1 #
- Fix podspec: update iOS platform from 13.0 to 17.0
- Fix podspec: update Swift version from 5.0 to 5.9
- Documentation updates
0.2.0 #
- BREAKING: Raise iOS minimum to 17.0
- No API changes; version bump to align with annotations/codegen packages
0.1.0 #
- Initial release
- Intent handler registration via
registerIntentHandler - Entity query handlers via
registerEntityQueryHandlerandregisterSuggestedEntitiesHandler - Intent execution stream via
onIntentExecution - iOS 17+ App Intents framework integration