Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 904 Bytes

File metadata and controls

26 lines (15 loc) · 904 Bytes

mini_pro_bot

A Flutter application.Using Snatchbot APi at https://snatchbot.me/ .. 👀

Getting Started

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 .

Stuff

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 .