hms_room_kit 1.1.1 copy "hms_room_kit: ^1.1.1" to clipboard
hms_room_kit: ^1.1.1 copied to clipboard

100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hms_room_kit

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

dependencies:
  hms_room_kit: ^1.1.1

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