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

PlatformiOS

Flutter plugin for iOS App Intents integration. Enables Siri, Shortcuts, and Spotlight 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.1.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
160
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for iOS App Intents integration. Enables Siri, Shortcuts, and Spotlight 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