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

i'm building an app on flutterflow and i've built this widget // Automatic FlutterFlow imports import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/custom_code/widgets/index.dart'; // Imports other custom widgets import '/flutter_flow/custom_functions.dart'; // Imports...

bug

Hi! Could you add feature that adding 60 fps or best resolution in UIKIT and clear it to reduce app size

enhancement

### App Size Increased to over 300mb after integration of AgoraUIKit After Integrating AgoraUIkit for Video Call implementation in my app, App size increased from 40MB to over 300MB, please...

bug

Version ------ agora_uikit: ^1.3.7 The video is paused at the receiver side but not on the called side on the floating layout. `AgoraVideoViewer( client: callingCtrl.client!, layoutType: Layout.oneToOne, disabledVideoWidget: const Icon(Icons.image_not_supported),...

bug

AgoraClient client = AgoraClient( agoraConnectionData: AgoraConnectionData( appId: "............ ID.............", channelName: "test", username: name, ), agoraEventHandlers: AgoraRtcEventHandlers( onUserJoined: (x,y,z) { setState(() { ggg = client.users.length; }); } ) ); how can...

bug

Please upgrade the package to support lints 3.0.0

enhancement

https://github.com/AgoraIO-Community/VideoUIKit-Flutter/blob/7da5a9251e6092b0e66ad360a36d2eeffddaf31c/lib/src/layout/layout.dart#L120C9-L122C10 I believe this is where the custom loading widget (from input) will go. This is a simple thing to implement and I need it in my app. so, it...

enhancement

I want to implement a floating video call screen feature similar to WhatsApp, Facebook, and other video calling apps, where if you press back, the call is shown in a...

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug

**Describe the bug** When i am testing the app and when other user join channel after fiew seconds it happens when new user join then old user got this error....

bug