Meet JetChat – Your AI-Powered Training Companion
JetChat is the ultimate AI-powered training buddy, built for Gen Z learners. With our Flutter-based chatbot SDK, ed-tech publishers can create fun, interactive, and personalized training modules. JetChat makes learning easy, fast, and engaging — giving you real-time answers and guidance like a pro. Get ready to level up your learning game!
✅ Easy Integration: Quick setup with minimal programming.
⚙️ Adaptive User Interface: Supports UI customization.
🎯 Multifaceted Prompts: Text, audio, video, images, and sliders.
📱 Cross-Platform: Works on both Android and iOS.
Use this package as a library
Run this command with Flutter:
$flutter pub add jetchatbot
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get)
OR
dependencies:
flutter:
sdk: jetchatbot: ^0.0.2
import 'package:jetchatbot/chatbot_flutter_plugin.dart';
JetChatBotPlugin.instance.initWithKey(context,[YOUR_APP_KEY], [USER_TOKEN]);
JetChatBot