chatkit 1.0.0-rc.0 copy "chatkit: ^1.0.0-rc.0" to clipboard
chatkit: ^1.0.0-rc.0 copied to clipboard

Chat Kit base on YunXin IM.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chatkit

With Flutter:

 $ flutter pub add chatkit

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

dependencies:
  chatkit: ^1.0.0-rc.0

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