yunxin_room_kit 0.1.1-rc.0 copy "yunxin_room_kit: ^0.1.1-rc.0" to clipboard
yunxin_room_kit: ^0.1.1-rc.0 copied to clipboard

discontinued

A package to schedule、start and join room.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yunxin_room_kit

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

dependencies:
  yunxin_room_kit: ^0.1.1-rc.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:yunxin_room_kit/room_kit.dart';
import 'package:yunxin_room_kit/room_service.dart';