A sample of using DialogFlow with flutter.
git clone https://github.com/ypelud/chatbot.git
cd chatbot
flutter packages get
- Create a new Google Cloud Project on the Google Developers Console
- Enable DialogFlow API Google Developers Console (under APIs & Services -> Library)
- Create a service account key (under APIs & Services -> Credentials -> Create credentials -> Service account key)
- Copy/rename the json file to config/dialogflow.json
flutter run