Building a Flutter WebRTC voice and video calling app with MirrorFly involves implementing the WebRTC protocol to enable real-time communication in your Flutter app, such as video and audio conversations, as wel
indiegoxxcommentedMay 19, 2020 we followedthis tutorialto implement something similar in our app. The flutter is able to build the apk just fine when the above widget is commented out or not used in the final project. This widget works just fine in the debug mode. May 19, 2020 May 19,...