Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scribble listeners detects less and less points #30

Open
PaulPopTudor opened this issue Mar 2, 2023 · 1 comment
Open

Scribble listeners detects less and less points #30

PaulPopTudor opened this issue Mar 2, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@PaulPopTudor
Copy link

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

@timcreatedit
Copy link
Owner

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.

  1. could you investigate your apps frame times using the DevTools performance tab?
  2. Do you keep drawing for 15 minutes, or does the app just stay open without any interaction in your example

Thanks for your help!

@timcreatedit timcreatedit added the help wanted Extra attention is needed label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants