easylivechat 0.1.48
easylivechat: ^0.1.48 copied to clipboard
Headless Flutter client for EasyLiveChat real-time customer support: sessions, messages, attachments, typing, presence and pre/post-chat forms over HTTP and Socket.IO. No UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easylivechatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
easylivechat: ^0.1.48Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:easylivechat/easylivechat.dart';