os_intents 0.1.0 copy "os_intents: ^0.1.0" to clipboard
os_intents: ^0.1.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 Dart:

 $ dart pub add os_intents

With Flutter:

 $ flutter pub add os_intents

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

dependencies:
  os_intents: ^0.1.0

Alternatively, your editor might support dart pub get or 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
0
points
272
downloads

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

Topics

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

License

unknown (license)

Dependencies

flutter, meta, os_intents_android, os_intents_ios, os_intents_platform_interface

More

Packages that depend on os_intents