- Add turkish months. Thanks @Barış Şenyerli. (#29)
- Add the option to enable/disable looping per scroll view. Thanks @moderateroni. (#32)
- Fix day jumps to wrong index. Thanks @moderateroni. (#34)
- Fix bug in DatePickerViewType. Thanks @mkhitar-avsharyan (#36)
- Add viewType option. Thanks @sejun. (#21)
- Add the italian locale to the list of the ones that require day / month / year order
- Add support for Portuguese.
- Added support for Arabic. Thanks @Mahmod Masoud. (#22)
- Added support for Chinese. Thanks @Chenyang. (#19)
- Added crossAxisAlignment and mainAxisAlignment to
DatePickerScrollViewOptions
. Thanks @Chenyang. (#19)
- Add a new backgroundColor constructor to date picker options. Thanks @Paroca72. (#18)
- Mac OS Support added in example. Thanks @Hamza A.Malik. (#16)
- Added italian localization. Thanks @sharkfabri. (#17)
- Add a new
all
constructor to scroll view options. Thanks @Syed Ahkam. (#13)
- Add and correct month names. Thanks @Alexander Klehm. (#14)
- Added support for Indonesian and Thai language.
- Improved to avoid text overflow by calculating the scrollview width.
- Delete
DatePickerLocale
and utilize Locale class.
- Improved the directory structure and code.
- Update README
- Update example
- Added support for Vietnamese.
- Improved the directory structure and code.
- Fixed date limit issue.
- Fixed monthly reset issue.
- Added date limit function.
- Added year, month and day padding parameters.
- Added indicator parameters.
- Added selection text style setting function.
- Update enum values naming
- Update README
- Update example
- Adding the german support. Thanks @komarekw.
- Delete
controller
parameters and add selectedDate
parameters.
- Improved scroll performance.
- Improved the directory structure and code.
- Update README
- Adding the french support. Thanks @Babacar-arch.
- new property added
initialDateTime
for DatePickerController
initialDateTime
was removed from ScrollDatePicker
- Update README
- code improvements
- Update README
Controller
can now be used inside outside the widget
ScrollDatePicker(
yearController: _yearController,
monthController: _monthController,
dayController: _dayController,
minimumYear: _minimumYear,
maximumYear: _maximumYear,
initialDateTime: _selectedDate,
),
- The operand can't be null, so the condition is always true.
- Stable null safety release.
- NotificationListener option
- Date output bug
- Scroll Date Picker creation