- Fixed 12h display format.
- Fixed field cleaning.
- Added a new parameter (timePickerEntryModeInput) to set timepicker mode, dial or input.
- Migrate to null safety.
- Update SDK constraints to >=2.12.0 <3.0.0 based on beta release guidelines.
- Updata intl version dependency.
- Add 2 optional params, initialDate and initialTime to set date picker and time picker to show date and time diferent of now, when initialValue is empty.
- Removing flutter_localizations dependency.
- Improved use of the local parameter to define DateTimePicker directly.
- Fix issue #4 - fixed the time display when period is 12h. Now it can differ correctly when time is AM or PM and show this information.
- Fix issue #2 - just reference in README.md.
- Fix issue #3 - filling the time field when press Ok button on time picker dialog without select a specific time, getting the current time showed.
- Fix problems when initialValue is empty.
- Initial Open Source release.