dialog_flowtter_plus 0.0.1 copy "dialog_flowtter_plus: ^0.0.1" to clipboard
dialog_flowtter_plus: ^0.0.1 copied to clipboard

A dialog_flowtter_plus Flutter project.

DialogFlowtter is a package that helps you to build integrations with DialogFlow easier and faster.

Authenticate with Google Auth Json
Get an authenticated http client so you can talk with your DialogFlow agent
Get access to all DialogFlow responses and models easily
Inspect what values a DialogFlow response could have

Features #

This package is fully supported in Android, iOS and Web. We have plans on testing and adding support for Windows, Linux and MacOS as this platforms mature in the Flutter SDK.

Getting started #

Every time you instanciate DialogFlowtter, the class creates an authenticated http client, with the credentials obtained from the DialogFlow Auth JSON.

Usage #

/example

 
  IconButton(
    color: Colors.white,
    icon: Icon(Icons.send),
    onPressed: () {
      sendMessage(_controller.text);
      _controller.clear();
      },
  ),

Additional information #

Add support for null safety
Add support for cards, images, etc.
Memory, file and remote auth JSON
Secure DialogFlow auth JSON
Support audio queries
Add a catalog of supported languages
Add direct access to common used attributes
Support use of custom HTTP Client
1
likes
130
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A dialog_flowtter_plus Flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

build_runner, effective_dart, equatable, flutter, googleapis_auth, http, json_annotation, json_serializable, meta

More

Packages that depend on dialog_flowtter_plus