aub_ai 1.0.3 aub_ai: ^1.0.3 copied to clipboard
AubAI brings you on-device gen-AI capabilities, including offline text generation and more, directly within your app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aub_ai
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
aub_ai: ^1.0.3
Alternatively, your editor might support 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';