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

Example doesn't output correct GIF #1

Closed yaizudamashii closed 2 years ago

yaizudamashii commented 3 years ago

image package's encodeGIF cannot encode transparent background, so all we get is a black square when we actually play the video. Should I make a PR to make the background white? (or any non transparent color)

ueman commented 3 years ago

Which version oft he library are you using? I thought I fixed that bug in 0.0.2

If that doesn't work you'll have to set the background yourself I guess.

Though please note that this library is in a really early state, so bugs and non working stuff is expected.

faizanrafiq7 commented 3 years ago

still it is happending with the latest verion seeing black box when we play the video

ueman commented 3 years ago

A temporary workaround is to set a background manually yourself.

I also accept PRs which fix this.

mayaparamita commented 3 years ago

Same, I get black box too and I don't know why

ueman commented 2 years ago

It's fixed in the latest version.