live_stream_core 3.0.0
live_stream_core: ^3.0.0 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 Flutter:
$ flutter pub add live_stream_core
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
live_stream_core: ^3.0.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:live_stream_core/live_stream_core.dart';