easylivechat 0.1.38
easylivechat: ^0.1.38 copied to clipboard
Headless Dart/Flutter client for EasyLiveChat — the real-time omni-channel support inbox. Speaks the anonymous widget protocol (HTTP + Socket.IO) so you can embed live customer support into any Flutte [...]
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.38Alternatively, 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';