adaptive_chat 1.0.33 copy "adaptive_chat: ^1.0.33" to clipboard
adaptive_chat: ^1.0.33 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.

adaptive_chat #

Flutter plugin for the Adaptive SDK Chat module. Launches an AI-powered in-app chat experience featuring:

  • Survey flows (MCQ + picture cards)
  • True / False quizzes
  • Flashcard decks with progress tracking
  • Step-by-step explanations
  • Chat history drawer with search

Getting started #

dependencies:
  adaptive_chat: ^1.0.29

Usage #

import 'package:adaptive_chat/adaptive_chat.dart';

// Launch the chat with default config
await AdaptiveChat.showConversation();

// Launch with custom subject/topic
await AdaptiveChat.showConversation(
  config: AdaptiveChatConfig(
    subject: 'Math',
    topic: 'Fractions',
  ),
);

Platforms #

Platform Support
Android ✅ API 24+
iOS ✅ iOS 13+
0
likes
140
points
100
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#adaptive #chat #ai #e-learning #lms

License

MIT (license)

Dependencies

flutter

More

Packages that depend on adaptive_chat

Packages that implement adaptive_chat