karam_messenger 0.2.0
karam_messenger: ^0.2.0 copied to clipboard
Karam messenger for Flutter: presents Karam's hosted customer-support messenger in a secured WebView, with identity, deep links and unread counts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add karam_messengerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
karam_messenger: ^0.2.0Alternatively, 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:karam_messenger/karam_messenger.dart';