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

Null check operator used on a null value #11

Closed tenSunFree closed 2 years ago

tenSunFree commented 2 years ago

Continuous clicking on showRecodedVideo button gives error, null check operator used on a null value.

002

Mainly because the _frames is empty, which then results in gif being empty, Maybe try adding a null value judgment.

003
ueman commented 2 years ago

Oh interesting, thanks for reporting.