app_intents_annotations 0.7.5
app_intents_annotations: ^0.7.5 copied to clipboard
Annotations for defining iOS App Intents in Flutter. Use with app_intents and app_intents_codegen.
0.7.5 #
- No API changes; version bump to align with codegen bug fix release
0.7.4 #
- No API changes; version bump to align with codegen bug fix release
0.7.3 #
- No API changes; version bump to align with codegen bug fix release
0.7.2 #
- No API changes; version bump to align with codegen bug fix release
0.7.1 #
- No API changes; version bump to align with codegen bug fix release
0.7.0 #
- No API changes; version bump to align with codegen package (xcstrings generation feature)
0.6.2 #
- No API changes; version bump to align with codegen/plugin packages
0.6.1 #
- Documentation fixes: correct outdated code examples and API references
0.6.0 #
- BREAKING: Remove generic type parameters from
IntentSpecBase- Before:
class MyIntent extends IntentSpecBase<Input, Output> - After:
class MyIntent extends IntentSpecBase - Input/Output types were unused by the framework and can be removed safely
- Before:
0.5.2 #
- No API changes; version bump to align with other packages
0.5.1 #
- No API changes; version bump to align with codegen package
0.5.0 #
- Add
imageNamefield to@EnumCaseDisplayfor AppEnum case icon support - Add
displayImageNamefield to@EntitySpecfor entity type-level display image - Add
indexedfield to@EntitySpecforIndexedEntitySpotlight integration (iOS 26+) - Add
enumerablefield to@EntitySpecforEnumerableEntityQuerysupport
0.4.0 #
- Add
IntentModeenum for intent execution mode control (foreground/background) - Add
supportedModesfield to@IntentSpecfor iOS 26+IntentModessupport - Add
IntentFilemodel class for file/image parameter handling - Add
fileTypefield to@IntentParamfor UTType-based file parameters
0.3.0 #
- Add Android AppFunctions support (annotations shared across iOS and Android)
- Update documentation for cross-platform (iOS App Intents + Android AppFunctions)
0.2.1 #
- Documentation updates to reflect v0.2.0 features
- No API changes
0.2.0 #
- BREAKING: Raise iOS minimum to 17.0
- Add
resultDialogTemplateto@IntentSpecfor Siri/Shortcuts dialog feedback - Add
parameterSummaryto@IntentSpecfor Shortcuts UI parameter display - Add
enumTypeto@IntentParamfor AppEnum parameter support - Add
@EnumSpecand@EnumCaseDisplayannotations for AppEnum definitions - Update
@AppShortcutphrase docs: all phrases require{applicationName}
0.1.0 #
- Initial release
@IntentSpecand@IntentParamannotations for intent definitions@EntitySpec,@EntityId,@EntityTitle,@EntitySubtitle,@EntityImageannotations for entity definitions@AppShortcutand@AppShortcutsProviderannotations for Spotlight shortcutsIntentSpecBaseandEntitySpecBasebase classes