-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
When dragging the volume slider, have volume update in real time, instead of only on release. #520
Comments
Available on nightly |
Fixed in 3.0.0 |
With Version 3.0.0 the volume slider is missing completly.... |
It is not, not on my end |
@KRTirtho https://github.com/KRTirtho/spotube/blob/master/lib/components/root/bottom_player.dart#L119 and default if (fullWidth) Expanded(child: slider) else slider, also this actually renders app as a blank window for me in debug mode with messages like |
Oh I see: https://api.flutter.dev/flutter/material/Slider/Slider.adaptive.html I would personally stay away from Cupertino widgets when most of the app is material anyway Just to summarize, currently on mac (release mode) it looks like this: |
Oh that makes total sense. This is actually why I also dropped Lesson learned, stay away from platform adaptive widgets (for now) 😅 |
The app is now alien in all platforms equally 😂 |
Is there an existing issue for this?
Pain
I'm dragging the volume slider, and I don't know what is the volume that I'm gonna end up on, before I release the slider. This means I need to release it and then grab it again to drag it again, to get the volume I want.
Suggested solution
Have it update on every change, not only on release.
Useful resources
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: