sy_rtc_flutter_sdk 1.0.5
sy_rtc_flutter_sdk: ^1.0.5 copied to clipboard
SY RTC Flutter SDK - A Flutter plugin for real-time audio and video communication.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sy_rtc_flutter_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sy_rtc_flutter_sdk: ^1.0.5Alternatively, 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:sy_rtc_flutter_sdk/sy_rtc_flutter_sdk.dart';