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
I am using this library for a handwriting app. I am facing a problem that the Scribble Listener is detecting less and less points. In the first minutes it detected around 150 points and after around 15 minutes it was reduced to 90-100 points on the same segment. Quite a big drop. Is there a way to reset completely the notifier or anything?
I am on the latest version of Scribble and Flutter 3.7.5
The text was updated successfully, but these errors were encountered:
Hello, this seems like a performance issue, which might come from your app or scribble. Scribbles point detection is tied to your app's frame rate which might be lower after 15 minutes.
could you investigate your apps frame times using the DevTools performance tab?
Do you keep drawing for 15 minutes, or does the app just stay open without any interaction in your example
Hello,
I am using this library for a handwriting app. I am facing a problem that the Scribble Listener is detecting less and less points. In the first minutes it detected around 150 points and after around 15 minutes it was reduced to 90-100 points on the same segment. Quite a big drop. Is there a way to reset completely the notifier or anything?
I am on the latest version of Scribble and Flutter 3.7.5
The text was updated successfully, but these errors were encountered: