youme_rtc_engine 0.0.1
youme_rtc_engine: ^0.0.1 copied to clipboard
Flutter plugin of Youme RTC SDK, allow you to simply integrate Youme Video Calling or Live Video Chat 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 youme_rtc_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
youme_rtc_engine: ^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:youme_rtc_engine/youme_rtc_engine.dart';