adaptive_chat 1.0.29
adaptive_chat: ^1.0.29 copied to clipboard
Flutter plugin for the Adaptive SDK Chat module. Launches an AI-powered in-app chat experience with survey flows, flashcards, quizzes, and step-by-step explanations for the Adaptive e-learning platform.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add adaptive_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
adaptive_chat: ^1.0.29Alternatively, 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:adaptive_chat/adaptive_chat.dart';