imm_flutter 0.0.1
imm_flutter: ^0.0.1 copied to clipboard
Flutter package for ChatBot.
This package helps to envoke a ChatBot on the application.
Features #
This package help as an interface between user and chatBot.
Getting started #
Prerequisites for using this package are: Flutter installed Basic knowledge of flutter development.
Usage #
class ChatbotApp extends StatelessWidget { const ChatbotApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp( title: 'Chatbot App', theme: ThemeData( primarySwatch: Colors.blue, ), home: const ChatbotHomePage(), ); } }
Additional information #
Here I tried integrating kipps.ai chatBot model.