A Flutter application.Using Snatchbot APi at https://snatchbot.me/ .. 👀
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Add Endpoint url in /lib/botlogic.dart line#9 .
The main fuction / entry point and the Application_UI is in /lib/main.dart file
botlogic.dart Dictates the functions of the bot used to generate and send the reply.
botmodel.dart has code to decode the json response through Snatchbots REST api .