agora_rtc_engine_plus 6.5.2
agora_rtc_engine_plus: ^6.5.2 copied to clipboard
unofficial fork of agora_rtc_engine to support flutter 3.32.4
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add agora_rtc_engine_plus
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
agora_rtc_engine_plus: ^6.5.2
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:agora_rtc_engine_plus/agora_rtc_engine.dart';
import 'package:agora_rtc_engine_plus/agora_rtc_engine_debug.dart';
import 'package:agora_rtc_engine_plus/agora_rtc_engine_web.dart';