termii_resolve_livechat 0.1.0
termii_resolve_livechat: ^0.1.0 copied to clipboard
Termii Resolve Live Chat SDK for Flutter. Add Termii 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 Dart:
$ dart pub add termii_resolve_livechatWith Flutter:
$ flutter pub add termii_resolve_livechatThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
termii_resolve_livechat: ^0.1.0Alternatively, 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:termii_resolve_livechat/termii_resolve_livechat.dart';