Skip to content

Releases: m3uzz/date_time_picker

2.1.0: Added a new parameter (timePickerEntryModeInput) to set timepicker mo…

08 Jul 04:35
Compare
Choose a tag to compare

2.0.0

09 Mar 04:57
Compare
Choose a tag to compare

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.

1.1.1

30 Dec 01:00
Compare
Choose a tag to compare
Removing flutter_localizations dependency

1.1.0

13 Nov 03:40
Compare
Choose a tag to compare
Improved use of the local parameter to define DateTimePicker directly.

1.0.2: Fix issue #4 - fixed the time display when period is 12h. Now it can …

21 Sep 19:22
Compare
Choose a tag to compare
…differ correctly when time is AM or PM and show this information.

v1.0.1: * Fix issue #2 - just reference in README.md

19 Aug 16:22
Compare
Choose a tag to compare
* 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

v1.0.0

24 Jul 01:16
Compare
Choose a tag to compare
First commit