andrew_live_sdk 0.0.1
andrew_live_sdk: ^0.0.1 copied to clipboard
Live streaming SDK for Flutter — WHIP/WHEP WebRTC, beauty, effects, virtual background, linkmic, PK, danmaku. Layer 1 core with SPI architecture.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add andrew_live_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
andrew_live_sdk: ^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:andrew_live_sdk/andrew_live_sdk.dart';