td_live_chat 1.0.1
td_live_chat: ^1.0.1 copied to clipboard
ThriveDesk live chat SDK for Flutter — embed the ThriveDesk support widget via a WebView (init, show, hide).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add td_live_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
td_live_chat: ^1.0.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:td_live_chat/td_live_chat.dart';