babylai_flutter 1.0.19
babylai_flutter: ^1.0.19 copied to clipboard
Flutter plugin for BabylAI SDK - AI-powered chat integration with support for multiple themes and languages.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add babylai_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
babylai_flutter: ^1.0.19Alternatively, 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:babylai_flutter/babylai_flutter.dart';