VideoUIKit-Flutter icon indicating copy to clipboard operation
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.

Results 64 VideoUIKit-Flutter issues
Sort by recently updated
recently updated
newest added

![WhatsApp Image 2024-10-01 at 18 09 14_5b853bcf](https://github.com/user-attachments/assets/bf04d3ca-bc74-4ff1-92df-de847aa6c69d) I face this error since update Xcode to 16 and ios 18 can't upload the version any help please?

bug

I wonder if the developers reply, as I barely see any reply on many issues raised.

bug

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...

bug

**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...

enhancement