You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In the logs, "Completed Called" is printed by the library but recording stopped haven't returned and no logs for it are printed
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.
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.
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
The text was updated successfully, but these errors were encountered: