jarvis_dart 1.0.3 copy "jarvis_dart: ^1.0.3" to clipboard
jarvis_dart: ^1.0.3 copied to clipboard

A Dart-based voice assistant application inspired by JARVIS from Iron Man.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jarvis_dart

Use it

The package has the following executables:

$ jarvis

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jarvis_dart

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

dependencies:
  jarvis_dart: ^1.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jarvis_dart/jarvis_dart.dart';
1
likes
0
points
25
downloads

Publisher

verified publisherhornmicro.com

Weekly Downloads

A Dart-based voice assistant application inspired by JARVIS from Iron Man.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, async, http, logging, path, sherpa_onnx, yaml

More

Packages that depend on jarvis_dart