This is a simple flutter application for a date & time picker widget where it guides users to pick the date and time instead of a text field that can be prone to format errors.
- Select a date using a calendar dialog
- Select a time using a clock dialog
- showDatePicker() This opens a calendar interface
- showTimePicker() This opens a clock interface
- DateTime & TimeOfDay stores the user inputs