2020-03-01 22:29:41 +00:00
|
|
|
## 0.0.1
|
2020-03-01 22:16:40 +00:00
|
|
|
|
2020-03-01 22:29:41 +00:00
|
|
|
* Initial version
|
2020-03-01 22:34:26 +00:00
|
|
|
|
|
|
|
## 0.0.2
|
|
|
|
|
|
|
|
* Fixing README.md
|
|
|
|
* Updating package description
|
|
|
|
* Formatting with DartFM
|
|
|
|
|
2020-03-01 22:41:41 +00:00
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
* Updating documentation!
|
2020-03-12 23:13:31 +00:00
|
|
|
|
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
* Formatting with DartFM!
|
|
|
|
|
|
|
|
## 0.1.2
|
|
|
|
|
2020-07-14 14:30:59 +00:00
|
|
|
* Fixing an incorrect boolean (iOS picker was inverted with the Android one)
|
|
|
|
|
2020-07-14 14:46:20 +00:00
|
|
|
## 0.2.0
|
2020-07-14 14:30:59 +00:00
|
|
|
|
|
|
|
* DateFormField now extends FormField. All issues related to this are now fiex
|
2020-07-14 14:46:20 +00:00
|
|
|
* The style of the DateField (and by extension the one of DateFormField) is now rigorously applying the theme or any customization.
|
|
|
|
|
|
|
|
## 0.2.1
|
|
|
|
|
2020-07-15 16:55:02 +00:00
|
|
|
* Adding support for Flutter web
|
|
|
|
|
|
|
|
## 0.2.2
|
|
|
|
|
|
|
|
* Auto-formatting with dart-fm to meet pub.dev requirements
|