Everton Marcelino Jr.
Everton Marcelino Jr.
Hey, just had the same issue on version 0.7.0. I was trying to set the target path as this: `var tempDir = await getTemporaryDirectory();` `var target = '${tempDir.path}/image_compress/${file.name}';` Then i...
> Hey, just had the same issue on version 0.7.0. I was trying to set the target path as this: > `var tempDir = await getTemporaryDirectory();` > `var target =...
Same error here. Error when running even though xcodeproj is installed. 
Hi, check out this issue, it might help: https://github.com/flutter-webrtc/flutter-webrtc/issues/1710#issuecomment-2500927970
Hi, check out this issue, it might help: https://github.com/flutter-webrtc/flutter-webrtc/issues/1710#issuecomment-2500927970
Hey guys, I had the exact problem on screen sharing in Android, and solved it by adding these service types and these permissions to the Foreground Service on AndroidManifest: Permissions:...
A workaround for this is using the [InteractiveViewer widget](https://api.flutter.dev/flutter/widgets/InteractiveViewer-class.html)
Are there any updates on this? Running into issues with large files on web.
+1 on this