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

Support for transparency. #27

Closed arteevraina closed 3 months ago

arteevraina commented 1 year ago

I tried to create a fork of this and remove the assertions for transparency. It did not work as expected. Can you point me to the code where can I implement support for transparency on my own?

@ueman

ueman commented 1 year ago

Unfortunately, I have no idea. I never looked into it more closely. That being said, I would start by looking into the Flutter APIs to see whether they support transparency at all.