termii_resolve_livechat 0.2.1
termii_resolve_livechat: ^0.2.1 copied to clipboard
Termii Resolve Live Chat SDK for Flutter. Add Resolve in-app customer support to any Flutter app in a few lines, with user identification and unread-count events.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add termii_resolve_livechatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
termii_resolve_livechat: ^0.2.1Alternatively, 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:termii_resolve_livechat/termii_resolve_livechat.dart';