linkv_rtc 0.0.9 copy "linkv_rtc: ^0.0.9" to clipboard
linkv_rtc: ^0.0.9 copied to clipboard

linkv_rtc Audio/Video Flutter SDK is a flutter plugin wrapper based on LinkV native Android/iOS SDK.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add linkv_rtc

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  linkv_rtc: ^0.0.9

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:linkv_rtc/linkv_api_defines.dart';
import 'package:linkv_rtc/linkv_error_code.dart';
import 'package:linkv_rtc/linkv_rtc_engine.dart';
import 'package:linkv_rtc/linkv_video_callback.dart';
import 'package:linkv_rtc/linkv_video_widget.dart';
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

linkv_rtc Audio/Video Flutter SDK is a flutter plugin wrapper based on LinkV native Android/iOS SDK.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on linkv_rtc