endmr11 / ed_screen_recorder

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

How do you record certain types of widgets #5

Closed JCShareHub closed 2 years ago

JCShareHub commented 2 years ago

I have a whiteboard widget with control widgets in a stack. I'd like to record only the whiteboard widget and then hide the control widgets in the video.

The control widgets must still be displayed to the user when recording but should not reflect in the video

Current video output: image

Expected output: image

endmr11 commented 2 years ago

Our plugin works just like the phone's own native screen recording tool. But the feature you want has been added to our roadmap. I will deal with it as soon as possible.