-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Progress bar does not follow drag #789
Comments
good to fix this |
im having the same issue |
@koutaro-masaki I'll look into this sometime this week. If you have a PR that fixes this, I'll be happy to review it. Thanks. |
diegotori
added a commit
that referenced
this issue
Nov 27, 2023
…low-drag Fix: Progress bar does not follow drag #789
@diegotori Would you be able to publish the fix to the package? |
I'll make an effort first thing tomorrow. Gonna be out of the country for two weeks, so I'll try to squeeze it before I head out. |
diegotori
added a commit
that referenced
this issue
Nov 28, 2023
Published in version |
Thank you! |
lg8294
added a commit
to lg8294/chewie
that referenced
this issue
Dec 6, 2023
* commit '909423d57a3e49953279210090725962571298e5': chewie, version 1.7.2. Addresses fluttercommunity#789. refactor: Remove unnecessary nullability fix: lint issue fix: Restrict pointer to progress bar bounds fix: pass latestDraggableOffset to _ProgressBarPainter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you grab and slide the progress bar, you would expect the pointer to follow your finger, but Chewie doesn't do that.
It seems that the
_latestDraggableOffset
is not passed to theStaticProgressBar
and the update is not reflected, is this intended?#712
The text was updated successfully, but these errors were encountered: