endmr11 / ed_screen_recorder

Screen recorder plugin for Flutter. Supports IOS and Android devices.
MIT License
26 stars 35 forks source link

Cannot handle screen capture permission which ask from users #40

Open khemmanat opened 1 year ago

khemmanat commented 1 year ago

Can I get the solutions to get the permission status of the package which it is cancel or accept to record the screen or not before let the another widget working?

montanarograziano commented 1 year ago

I don't understand if I have the same problem, but now on iOS, every time I press start record I don't get the popup of screen recording, causing error.

endmr11 commented 1 year ago

Version 0.0.13 has been released. Could you please check again and report back to me?

jdevp commented 1 year ago

I'm having the same problem on Android even with 0.0.13 but only on the first time run when the app is installed. My work around is to call startRecord/stopRecrd if it is the first time that the app runs after the installation but that's not the solution. The other issue is that there is no way to detect if user clicks the Cancel button on the popup of screen recording.

acastry commented 4 months ago

On Ios i have the same issue. What can we do to avoid this ?