volc_engine_rtc 0.0.1-alpha.1 volc_engine_rtc: ^0.0.1-alpha.1 copied to clipboard
The Flutter plugin encapsulates the VolcEngine RTC SDK for native platforms. When you develop cross-platform applications, it helps you add real-time communication capabilities to your applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add volc_engine_rtc
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
volc_engine_rtc: ^0.0.1-alpha.1
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:volc_engine_rtc/volc_engine_rtc.dart';