os_intents 0.3.0 copy "os_intents: ^0.3.0" to clipboard
os_intents: ^0.3.0 copied to clipboard

Declare OS-level app actions in Dart. Generates iOS App Intents and Android AppFunctions — no Swift or Kotlin by hand.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add os_intents

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

dependencies:
  os_intents: ^0.3.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:os_intents/os_intents.dart';
1
likes
160
points
198
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Declare OS-level app actions in Dart. Generates iOS App Intents and Android AppFunctions — no Swift or Kotlin by hand.

Repository (GitHub)
View/report issues
Contributing

Topics

#app-intents #siri #shortcuts #assistant #codegen

License

MIT (license)

Dependencies

flutter, meta, os_intents_android, os_intents_ios, os_intents_platform_interface

More

Packages that depend on os_intents