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 trying to implement what happens after I click the disconnect button but it never seems to work, I want to pop the widget, Here's my code:** ...appid, token, uid...

bug

Error when trying to export the application as an aab file. Steps to reproduce the behavior: 1. Go to 'terminal' 2. Run 'flutter build appbundle' 3. See error **Screenshots** ![Ekran...

bug

I needed this `sharedNativeHandle`to be able to [Interact with Agora RTC Native SDK](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK?tab=readme-ov-file#interact-with-agora-rtc-native-sdkandroidios-only). Thought that it may be useful for someone else as well.

When implementing this widget it doesn't keep Microphone or Camera Permissions active and ultimately turns them off. **To Reproduce** Steps to reproduce the behavior: 1. Open the page in which...

bug

**Describe the bug** I am experiencing difficulties with sharing the screen on Android devices using the Agora UI Kit Flutter package. After adding the addScreenSharing: true flag, it initially worked...

bug

**Is your feature request related to a problem? Please describe.** I'm trying to develop a chat app with video call support fully. Utilizing [fl_pip](https://pub.dev/packages/fl_pip), the UI was updated from a...

enhancement

After using agora VideoUIKit-FLutter and submitting my app to the store, Google Play Console rejected my app due to : unsafe implementation of WebView SSL Error Handler. **To Reproduce** Steps...

bug

**Describe the bug** The enableEncryption method is not actually setting encryption. Thus our web portal users are not able to see or hear our mobile users. **Code Example** ``` ///...

bug

Related: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/pull/1130

**Unable to build the app** When build the app for android, gradle throw exception ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project...

bug