2023-04-12 08:16:47 +00:00
|
|
|
# 3.0.4
|
2022-11-09 11:46:06 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
- Updating Changelog.md
|
2022-11-09 11:46:06 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 3.0.3
|
2022-04-28 21:02:33 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
- Updating the README.md file. Adding more information about the package, rewriting the text to make it more appealing.
|
|
|
|
- Adding support for providing a different initial time mode for the material time picker dialog (thanks to @schalky).
|
2022-04-28 21:02:33 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 3.0.2
|
2022-02-26 02:35:11 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Added support for clickable pointer on desktop and web.
|
2022-02-26 02:35:11 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 3.0.1
|
2021-12-22 12:57:11 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Fixed issue #29 by adding 24-hour format support for the material time picker dialog.
|
2021-12-22 12:57:11 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 3.0.0
|
2021-09-25 16:08:03 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Upgraded the minimum Dart version to 2.15 for constructor tear-off support, which is a breaking change.
|
|
|
|
Added an optional DateTimeFieldCreator argument to DateTimeFormField for specifying custom implementations of DateTimeField.
|
|
|
|
Refactored DateTimeField to expose showMaterialTimePicker, showMaterialDatePicker, and showMaterialTimePicker as separate overrideable methods.
|
|
|
|
Made kCupertinoDatePickerHeight and cupertinoModeFromPickerMode public for convenience.
|
|
|
|
Removed DateTimeFormFieldState and replaced it with an instance of FormFieldState<DateTime>.
|
|
|
|
Fixed the behavior of the initialDate parameter.
|
2021-09-25 16:08:03 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 2.1.3
|
2021-09-23 06:56:10 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Added the possibility to use the 24-hour format for the time picker. Default is set to false.
|
2021-09-23 06:56:10 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 2.1.2
|
2021-09-22 18:06:57 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Added the ability to specify the initial date selected in the date picker dialog.
|
2021-09-22 18:06:57 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 2.1.1
|
2020-03-01 22:16:40 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Formatted code with Dart FM.
|
2020-03-01 22:34:26 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 2.1.0
|
2020-03-01 22:34:26 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Fixed label and hint style issues.
|
|
|
|
Moved to a more generic architecture.
|
|
|
|
Updated the analysis_options.yaml file.
|
2020-03-01 22:34:26 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 2.0.1
|
2020-03-01 22:41:41 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Added the ability to specify the entry mode for the material date picker.
|
2020-03-12 23:13:31 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 2.0.0
|
2020-03-12 23:13:31 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Migrated to null-safety.
|
2020-03-12 23:13:31 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 1.0.5
|
2020-03-12 23:13:31 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Removed unused variables and improved the description.
|
2020-07-14 14:30:59 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 1.0.4
|
2020-07-14 14:30:59 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Fixed a critical issue.
|
2020-07-14 14:46:20 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 1.0.3
|
2020-07-14 14:46:20 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Improved the package description.
|
2020-07-15 16:55:02 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 1.0.2
|
2020-07-15 16:55:02 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Improved the package description.
|
2020-07-19 14:49:06 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 1.0.1
|
2020-07-19 14:49:06 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Removed the ripple effect.
|
2020-07-19 14:49:06 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 1.0.0
|
2020-07-19 14:49:06 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Added full support for input decoration.
|
|
|
|
Adopted a new standardized usage, with many deprecations.
|
2021-04-03 19:29:40 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.3.3
|
2021-04-03 19:29:40 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Changed support from Intl to any, which is a breaking change.
|
|
|
|
Removed the label property, and suggested using the InputDecoration to customize the label.
|
2021-04-03 19:29:40 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.3.2
|
2020-09-10 14:03:04 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Formatted the code with Dart FM.
|
2020-09-10 14:03:04 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.3.1
|
2020-09-10 14:04:49 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Added the possibility to style the text with TextStyle.
|
2020-09-10 14:04:49 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.3.0
|
2020-11-25 08:54:50 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Removed the const constructor, which is a breaking change.
|
|
|
|
Deprecated DateField and DateFormField, and added support for time.
|
|
|
|
Improved performance by setting the default value in the constructor.
|
|
|
|
Added a .time constructor for the DateField widget only.
|
2020-11-25 08:54:50 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.2.2
|
2020-11-25 08:54:50 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Formatted the code with dart-fm to meet pub.dev requirements.
|
2021-01-22 18:38:04 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.2.1
|
2021-01-22 18:38:04 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Added support for Flutter web.
|
2021-01-22 18:43:15 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.2.0
|
2021-01-22 18:43:15 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Changed DateFormField to extend FormField, and rigorously applied the style to match the theme or any customization.
|
2021-01-23 10:57:52 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.1.2
|
2021-01-23 10:57:52 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Fixed an incorrect boolean value (the iOS picker was inverted with the Android one).
|
2021-01-23 10:57:52 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.1.1
|
2021-01-23 10:57:52 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Formatted the code with DartFM.
|
2021-01-23 10:57:52 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.1.0
|
2021-01-23 10:57:52 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Updated the documentation.
|
2021-01-23 10:59:40 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.0.2
|
2021-01-23 10:59:40 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
Fixed the README.md and updated the package description.
|
|
|
|
Formatted the code with DartFM.
|
2021-03-11 18:43:23 +00:00
|
|
|
|
2023-04-12 08:16:47 +00:00
|
|
|
# 0.0.1
|
2021-04-03 19:29:40 +00:00
|
|
|
|
|
|
|
* Initial version
|