flutter_tawk_to_chat 0.3.0+1
flutter_tawk_to_chat: ^0.3.0+1 copied to clipboard
A Flutter plugin for integrating Tawk.to live chat into your app. This plugin allows you to easily add Tawk.to live chat functionality to your Flutter applications, enabling real-time communication wi [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_tawk_to_chat
With Flutter:
$ flutter pub add flutter_tawk_to_chat
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
flutter_tawk_to_chat: ^0.3.0+1
Alternatively, 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:flutter_tawk_to_chat/flutter_tawk_to_chat.dart';