Feat: Date
+ Time
Picker
#336
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
At present in the
MVP
datetime
for atimer
can be edited asplaintext
:This is fine for
MVP
as it allows us to test that people are editingtimer.start
and/ortimer.stop
.The following video from
HeyFlutter
summarises theNative
approach todate
andtime
picking in5 mins
:"Pick Date And Time Together": https://youtu.be/Y_1SHNI__6I
https://github.com/alanchan-dev/OmniDateTimePicker looks like a clean interface:
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
date
andtime
input: https://github.com/dwyl/flutter-date-time-tutorialMobile
,Web
&Desktop
) to inputdate
andtime
data. Ideally in a single interface similar to the above: Feat: Setup + Documentdate
andtime
input in aFlutter
App flutter-date-time-tutorial#1App
.The text was updated successfully, but these errors were encountered: