Baseflow / screenrecorder

Flutter package which can be used to record flutter widgets
https://pub.dev/packages/screen_recorder
MIT License
64 stars 30 forks source link

Video Player widget is not recorded #34

Closed alpeshshiyal closed 1 year ago

alpeshshiyal commented 1 year ago

i have used screen_recorder: ^0.0.3 version for recording my widget but video player widget is recorded as white screen and content of video not visible.

screen_recorder: ^0.0.3 video_player: ^2.4.10

ueman commented 1 year ago

This is a known issue of Flutter as mentioned in the readme of this library:

Platform views are invisible in screenshots (like webview or Google Maps). For further details, see this Flutter issue and this issue. Please give a 👍 to those issues in order to raise awareness and the prio of those issues.