VideoUIKit-Flutter
VideoUIKit-Flutter copied to clipboard
Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
 I face this error since update Xcode to 16 and ios 18 can't upload the version any help please?
I wonder if the developers reply, as I barely see any reply on many issues raised.
import 'package:agora_uikit/agora_uikit.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../../../controller/patient/live_consultancy_controller/agora_video_call_controller.dart'; import '../../../utils/preference_utils.dart'; class AgoraVideoCallScreen extends StatelessWidget { final String appId; final String token; final String channelName; const AgoraVideoCallScreen({Key? key, required this.appId, required...
**Is your feature request related to a problem? Please describe.** I'm currently working with the `AgoraVideoViewer` class in the Agora UI Kit Flutter package. The `disabledVideoWidget` field, which accepts a...