aub_ai 1.0.1 aub_ai: ^1.0.1 copied to clipboard
AubAI allows you to supercharge apps with on-device AI capabilities. Offline AI is the next frontier in cross-platform app development, and AubAI makes it easy to add it to your app.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add aub_ai
With Flutter:
$ flutter pub add aub_ai
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
aub_ai: ^1.0.1
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:aub_ai/aub_ai.dart';