imm_flutter 0.0.1 copy "imm_flutter: ^0.0.1" to clipboard
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.

14
likes
0
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for ChatBot.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on imm_flutter