endmr11 / ed_screen_recorder

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

permission popup #84

Closed cmdbbang closed 1 year ago

cmdbbang commented 1 year ago

When recording the screen, a permission popup asking for confirmation appears every time. How can I make it prompt for permission only once, initially?

endmr11 commented 1 year ago

Use Permission Handler Package

acastry commented 4 months ago

Hi @endmr11 what is the permission in order to handle screen recording ? It is this one that pops up everytime. I think that this permission has been deprecated into Permission Handler Package.