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

Feat: Date + Time Picker #336

Open
3 tasks
nelsonic opened this issue Jul 18, 2023 · 0 comments
Open
3 tasks

Feat: Date + Time Picker #336

nelsonic opened this issue Jul 18, 2023 · 0 comments
Labels
discuss Share your constructive thoughts on how to make progress with this issue enhancement New feature or enhancement of existing functionality flutter Flutter related issues help wanted If you can help make progress with this issue, please comment! needs-ui A feature idea that needs UI in order to be discussed/built. technical A technical issue that requires understanding of the code, infrastructure or dependencies

Comments

@nelsonic
Copy link
Member

At present in the MVP datetime for a timer can be edited as plaintext:

image

This is fine for MVP as it allows us to test that people are editing timer.start and/or timer.stop.

The following video from HeyFlutter summarises the Native approach to date and time picking in 5 mins:
"Pick Date And Time Together": https://youtu.be/Y_1SHNI__6I
image

https://github.com/alanchan-dev/OmniDateTimePicker looks like a clean interface:
image

But sadly, doesn't have tests at present: /test/omni_datetime_picker_test.dart#L1-L8
So we can use it as a reference but can't just use the code - unless we write our own tests ...

Todo

@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! discuss Share your constructive thoughts on how to make progress with this issue technical A technical issue that requires understanding of the code, infrastructure or dependencies needs-ui A feature idea that needs UI in order to be discussed/built. flutter Flutter related issues labels Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Share your constructive thoughts on how to make progress with this issue enhancement New feature or enhancement of existing functionality flutter Flutter related issues help wanted If you can help make progress with this issue, please comment! needs-ui A feature idea that needs UI in order to be discussed/built. technical A technical issue that requires understanding of the code, infrastructure or dependencies
Projects
Status: No status
Development

No branches or pull requests

1 participant