Currently, I'm using a flutter screen recorder plugin(https://pub.dev/packages/flutter_screen_recording) to record the screen, Actually, this plugin records the full screen of the mobile. But my requirement is to record only a particular widget or a particular section of the screen, For example in the duet video recording there button to start recording in the screen, I just want to record only the duet video recording. So Is there any solution available for this, Please guide.
Asked
Active
Viewed 736 times
1
-
Not the exact same but you could check [this question](https://stackoverflow.com/questions/63049828/flutter-taking-screenshots-of-a-widget-from-its-sibling/63050513#63050513) for help. – dev-aentgs Jul 29 '20 at 14:14
-
I have already implemented but didn't worked. – Rutuja Renge Jul 31 '20 at 08:25