easylivechat 0.1.44
easylivechat: ^0.1.44 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 Dart:
$ dart pub add easylivechatWith Flutter:
$ flutter pub add easylivechatThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
easylivechat: ^0.1.44Alternatively, 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:easylivechat/easylivechat.dart';