babylai 1.0.14 copy "babylai: ^1.0.14" to clipboard
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 babylai

With Flutter:

 $ flutter pub add babylai

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  babylai: ^1.0.14

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: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';
1
likes
0
points
17
downloads

Publisher

verified publisheraau.iq

Weekly Downloads

Flutter plugin for BabylAI SDK - AI-powered chat integration with support for multiple themes and languages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on babylai

Packages that implement babylai