live_stream_core 3.1.0-2.beta copy "live_stream_core: ^3.1.0-2.beta" to clipboard
live_stream_core: ^3.1.0-2.beta copied to clipboard

Live Stream Core is a core control designed specifically for live streaming scenarios, providing a series of powerful API functionalities to help developers quickly implement voice chat room features

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add live_stream_core

With Flutter:

 $ flutter pub add live_stream_core

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

dependencies:
  live_stream_core: ^3.1.0-2.beta

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:live_stream_core/live_stream_core.dart';
2
likes
0
points
255
downloads

Publisher

unverified uploader

Weekly Downloads

Live Stream Core is a core control designed specifically for live streaming scenarios, providing a series of powerful API functionalities to help developers quickly implement voice chat room features

Homepage

License

unknown (license)

Dependencies

cached_network_image, flutter, flutter_localizations, intl, permission_handler, plugin_platform_interface, rtc_room_engine, stack_trace, tencent_cloud_chat_sdk, tencent_trtc_cloud

More

Packages that depend on live_stream_core

Packages that implement live_stream_core