If you webview_flutter plugin, you may get error saying, it’s not recognized. It may happen because of version problem. With me the lower version of webview_flutter works with latest version of flutter. With me the below version worked I have tried to use ^4.2.0, but that’s not recognized by the sdk and editor. If you…
Month: May 2023
Flutter Agora Voice Call
Here, I am going to share the code of Agora voice call and Flutter integration. Here we need to make sure you have agora sdk installed using the plugin. In this flutter application I have used Getx for state management. It’s a complete about audio and video voice call. Make sure you installed the plugin….
Flutter Show Chat Messages
Here’s the code that shows chat messages on certain flutter screen. This I have used in the audio and video chat app. It also detects if you are passing image or text. Every time a message is sent or user types in, and clicks on the send button, ChatRightList is get called, of course, this…