endmr11 / ed_screen_recorder

Screen recorder plugin for Flutter. Supports IOS and Android devices.
MIT License
26 stars 34 forks source link

Screen Recording doesn't stop for the first time #86

Open gouravAntino opened 1 year ago

gouravAntino commented 1 year ago

After fresh install of the app when user starts screen recording for the first time, the recording starts but when stopRecord() method is called it won't return any response. (stuck indefinitly). No error on the log is shown. After first failed attempt plugin works as expected. This issue is faced only for the first time.

image

In the logs, "Completed Called" is printed by the library but recording stopped haven't returned and no logs for it are printed

Flutter version: 3.7.12 ed_screen_recorder: 0.0.13

tgthiag commented 1 year ago

It's also happenin with me

jdevp commented 1 year ago

Same here. For me, it doesn't even start screen recording the first time after fresh install (user has to press start button twice). The other improvement that I like to see is to show the recording permission popup once, not every time the start recording is called. Flutter needs to have a good screen recording package and this one comes to very close. It works well when it works.