-
Notifications
You must be signed in to change notification settings - Fork 22
Feat: Date + Time Picker #336
Copy link
Copy link
Open
Labels
discussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityflutterFlutter related issuesFlutter related issueshelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!needs-uiA feature idea that needs UI in order to be discussed/built.A feature idea that needs UI in order to be discussed/built.technicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Metadata
Metadata
Assignees
Labels
discussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityflutterFlutter related issuesFlutter related issueshelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!needs-uiA feature idea that needs UI in order to be discussed/built.A feature idea that needs UI in order to be discussed/built.technicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Type
Projects
Status
No status
At present in the
MVPdatetimefor atimercan be edited asplaintext:This is fine for
MVPas it allows us to test that people are editingtimer.startand/ortimer.stop.The following video from

HeyFluttersummarises theNativeapproach todateandtimepicking 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-L8So we can use it as a reference but can't just use the code - unless we write our own tests ...
Todo
dateandtimeinput: https://github.com/dwyl/flutter-date-time-tutorialMobile,Web&Desktop) to inputdateandtimedata. Ideally in a single interface similar to the above: Feat: Setup + Documentdateandtimeinput in aFlutterApp flutter-date-time-tutorial#1App.