kommunicate_flutter 1.2.0 kommunicate_flutter: ^1.2.0 copied to clipboard
Flutter plugin for Kommunicate live chat. Kommunicate provides open source live chat SDK in android. The Kommunicate SDK is flexible, lightweight and easily integrable.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kommunicate_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
kommunicate_flutter: ^1.2.0
Alternatively, 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:kommunicate_flutter/kommunicate_flutter.dart';