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 Flutter:
$ flutter pub add hms_room_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hms_room_kit: ^0.0.1Alternatively, 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';