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

Annotations for defining iOS App Intents in Flutter. Use with app_intents and app_intents_codegen.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add app_intents_annotations

With Flutter:

 $ flutter pub add app_intents_annotations

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

dependencies:
  app_intents_annotations: ^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:app_intents_annotations/app_intents_annotations.dart';
0
likes
160
points
110
downloads

Publisher

unverified uploader

Weekly Downloads

Annotations for defining iOS App Intents in Flutter. Use with app_intents and app_intents_codegen.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

More

Packages that depend on app_intents_annotations