shengwang_rtc_engine 6.6.2
shengwang_rtc_engine: ^6.6.2 copied to clipboard
Flutter plugin of Shengwang RTC SDK, allow you to simply integrate Shengwang Video Calling or Live Video Streaming to your app with just a few lines of code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shengwang_rtc_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
shengwang_rtc_engine: ^6.6.2Alternatively, 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:shengwang_rtc_engine/agora_rtc_engine.dart';
import 'package:shengwang_rtc_engine/agora_rtc_engine_debug.dart';
import 'package:shengwang_rtc_engine/agora_rtc_engine_web.dart';