This package helps to envoke the KIPPs ChatBot on a flutter application.
Getting started
First create and train your chatbot: KIPPs AI
In case of any difficulty, visit blog: About KIPPs AI
Flutter Integration
Go to Installation Section and Get to know about installing precedure of this package in your project.
Also navigate to the blog Building an AI ChatBot in Flutter for detailed and step-by-step guide.
For a sample code visit Example setion of the package.
Multi-Screen Integration
Facing difficulty in integrating package in your multi-screen applications. Visit the blog: Multi-screen Flutter app for sample code.
Installation
Add kipps_chatbot as a dependency in your pubspec.yaml file.
Installation- Web support
To make it work properly on the Web platform, you need to add the web_support.js file inside the of your web/index.html file:
<head>
<!-- ... -->
<script type="application/javascript" src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js" defer></script>
<!-- ... -->
</head>