- Updated
DatePicker.localeFromString
function with the missing locales.
- Added Czech language support.
- Added Polish language support.
- The
/
is a valid date format.
- Fixed
pub.dev
score.
- Added support for Swedish
- Fixed
pub.dev
score.
- Added support for languages: Lithuanian, Dutch and Haitian Creole
- Fixed ui bug
- Fixed using
itemTextStyle
for picker
- Fixed that the 1st day of the month wasn't selected (#22)
- Fixed CupertinoPicker's default selection overlay bug on Flutter 2.0.0+ (#33)
- Enabled null safety :)
- Require Dart 2.12 or greater.
- Added Thai language support.
- Fixed
pub.dev
score.
- Fixed bug with 'month' text losing form on smaller screens (#19)
- Stable version of
0.3.0-dev.1
- Test for bug with date changes unintended.
- Option to reverse action buttons.
- Added Weekday support.
- Added French language support.
- Added option for changing divider color.
- Add option to use locale for selecting language.
- Replaced deprecated
DiagnosticableMixin
- Added Norwegian language support.
- Fixed an issue that beta 1.17.dev-3.0 introduced.
- Added Turkish Language support.
- Added optional looping.
- Fixed an issue with month name in long format not showing in one line on small resolution.
- Added Indonesian Language support.
- Fixed not showing 3 rows.
- Minimized size of dialog.
- Added screenshots and changed font size to fit properly.
- Made picker look more similar to the Holo-Theme style.
- Added example and fixed UI bugs.
- Using properties like in default date picker.
- Initial release.