adaptive_chat 1.0.33
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.
1.0.33 #
- Bump iOS native dependency to
AdaptiveChat 1.0.33.
1.0.32 #
- Bump iOS native dependency to
AdaptiveChat 1.0.32. - iOS fix:
AdaptiveChatConfignow correctly maps all native fields —primaryColor,accentColor, andbackgroundColor— using the values passed from Dart (hex strings parsed toUIColor) withAdaptiveChatConfig.defaultfallbacks. - iOS fix: Replaced deprecated
UIApplication.shared.keyWindowwith aconnectedScenes-based helper compatible with iOS 13+.
1.0.29 #
- Initial release of the Adaptive Chat Flutter plugin.
- Android: launches
AdaptiveChatActivityviaAdaptiveChat.showConversation(). - iOS: presents
AdaptiveChatViewControllerviaAdaptiveChat.shared.presentChat(from:config:). - Supports optional config:
subject,topic,primaryColor,accentColor.