seisei_intents 0.1.0-dev.9
seisei_intents: ^0.1.0-dev.9 copied to clipboard
Generic app action and intent bridge contracts for Seisei tools.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate seisei_intentsUse it
The package has the following executables:
$ generate_apple_intents
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add seisei_intentsWith Flutter:
$ flutter pub add seisei_intentsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
seisei_intents: ^0.1.0-dev.9Alternatively, 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:seisei_intents/seisei_intents.dart';