app_intents 0.6.0 copy "app_intents: ^0.6.0" to clipboard
app_intents: ^0.6.0 copied to clipboard

Flutter plugin for iOS App Intents and Android AppFunctions integration. Enables Siri, Shortcuts, Spotlight, and AI agent support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_intents

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  app_intents: ^0.6.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:app_intents/app_intents.dart';
0
likes
150
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for iOS App Intents and Android AppFunctions integration. Enables Siri, Shortcuts, Spotlight, and AI agent support.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_intents

Packages that implement app_intents