chatterbox 1.8.0 copy "chatterbox: ^1.8.0" to clipboard
chatterbox: ^1.8.0 copied to clipboard

Framework to build dialog flows for Telegram Bots

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chatterbox

With Flutter:

 $ flutter pub add chatterbox

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  chatterbox: ^1.8.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:chatterbox/chatterbox.dart';
2
likes
130
pub points
21%
popularity

Publisher

verified publisherdevartel.io

Framework to build dialog flows for Telegram Bots

Repository

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, televerse

More

Packages that depend on chatterbox