aub_ai 1.0.2
aub_ai: ^1.0.2 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 Flutter:
$ flutter pub add aub_aiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aub_ai: ^1.0.2Alternatively, 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';