amba_rtc_engine 6.5.3
amba_rtc_engine: ^6.5.3 copied to clipboard
This is a fork with some fixes. Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora 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 amba_rtc_engine
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
amba_rtc_engine: ^6.5.3
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:amba_rtc_engine/amba_rtc_engine.dart';