babylai 1.0.14
babylai: ^1.0.14 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 Dart:
$ dart pub add babylaiWith Flutter:
$ flutter pub add babylaiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
babylai: ^1.0.14Alternatively, 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:babylai/babylai_flutter.dart';
import 'package:babylai/babylai_flutter_method_channel.dart';
import 'package:babylai/babylai_flutter_platform_interface.dart';
import 'package:babylai/models/environment_config.dart';
import 'package:babylai/models/theme_config.dart';