utd_chat_kit 0.9.2 copy "utd_chat_kit: ^0.9.2" to clipboard
utd_chat_kit: ^0.9.2 copied to clipboard

WhatsApp-style 1:1 & group chat for Flutter — independent UTD-Stream kit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add utd_chat_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  utd_chat_kit: ^0.9.2

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:utd_chat_kit/utd_chat_kit.dart';