dwyl / app

Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
http://dwyl.github.io/app/
143 stars 22 forks source link

Feat: `Date` + `Time` Picker #336

Open nelsonic opened 11 months ago

nelsonic commented 11 months ago

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