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

Flutter - Make an interactive time-picker #825

Open
1 of 4 tasks
klyngen opened this issue Sep 6, 2024 · 3 comments
Open
1 of 4 tasks

Flutter - Make an interactive time-picker #825

klyngen opened this issue Sep 6, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request flutter

Comments

@klyngen
Copy link
Contributor

klyngen commented Sep 6, 2024

Make an interactive slider that allows the end user to pick hours. The slider should pick a value with 0.5 increments

Definition of done

  • Uses a stateless widget
  • Can emit new values
  • Should be able to select values between 0 and 24 hours
  • Should be ergonomix

image

@klyngen klyngen added flutter enhancement New feature or request labels Sep 6, 2024
rsletta added a commit that referenced this issue Sep 6, 2024
@rsletta
Copy link
Contributor

rsletta commented Sep 6, 2024

Screenshot 2024-09-07 at 01 24 23

  • Stateful at the moment
  • Still track drag on horizontal axis, not along an arch
  • Gesture feel still needs tweaking
  • Haptics tested ok on physical device

rsletta added a commit that referenced this issue Sep 7, 2024
Still issues with frame rendering times. Need to work on paint optimizing
rsletta added a commit that referenced this issue Sep 8, 2024
Seems to fix the frame render lag spikes
Adds some juicy animation to the mix
@rsletta
Copy link
Contributor

rsletta commented Sep 8, 2024

IMG_B89E83F5A8E5-1

Curve painting needs tweaking. Something happens around the middle, making the curve a bit off, revealing the other. Only visible on iPhone (both simulator and device). Not present on physical test device (Samsung Galaxy S21).

@rsletta
Copy link
Contributor

rsletta commented Sep 8, 2024

Galaxy S21

Screen_Recording_20240908_110014.mp4

iPhone 15 Pro

RPReplay_Final1725794063.MP4

rsletta added a commit that referenced this issue Sep 17, 2024
rsletta added a commit that referenced this issue Sep 17, 2024
Still issues with frame rendering times. Need to work on paint optimizing
rsletta added a commit that referenced this issue Sep 17, 2024
Seems to fix the frame render lag spikes
Adds some juicy animation to the mix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request flutter
Projects
None yet
Development

No branches or pull requests

3 participants