engage_plugin 1.0.4
engage_plugin: ^1.0.4 copied to clipboard
A flutter plugin for the TeamViewer Engage SDK. This plugin allows you to use the TeamViewer Engage co-broswing and live-chat SDK for both Android and iOS platforms. For more information please refer [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add engage_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
engage_plugin: ^1.0.4Alternatively, 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:engage_plugin/engage_plugin.dart';