hms_room_kit 0.0.1
hms_room_kit: ^0.0.1 copied to clipboard
A powerful prebuilt UI library for audio/video conferencing, live streaming, and one-to-one calls. This package provides developers with a comprehensive set of tools and components to quickly integrat [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hms_room_kit
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 dart pub get
):
dependencies:
hms_room_kit: ^0.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:hms_room_kit/hms_room_kit.dart';