scroll_date_picker 3.5.1 scroll_date_picker: ^3.5.1 copied to clipboard
A customizable and easy-to-use date picker library for Flutter. Compatible with Android & iOS & Web.
3.5.1 #
- Update to Flutter 3
3.5.0 #
- 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
3.4.0 #
- Added support for Vietnamese.
3.3.0 #
- Improved the directory structure and code.
- Fixed date limit issue.
- Fixed monthly reset issue.
3.2.0 #
- 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
3.1.0 #
- Adding the german support. Thanks @komarekw.
3.0.0 #
- Delete
controller
parameters and addselectedDate
parameters. - Improved scroll performance.
- Improved the directory structure and code.
- Update README
2.0.5 #
- Adding the french support. Thanks @Babacar-arch.
2.0.4 #
- new property added
initialDateTime
forDatePickerController
initialDateTime
was removed fromScrollDatePicker
- Update README
2.0.3 #
- code improvements
- Update README
2.0.2 #
Controller
can now be used insideoutside the widget
ScrollDatePicker(
yearController: _yearController,
monthController: _monthController,
dayController: _dayController,
minimumYear: _minimumYear,
maximumYear: _maximumYear,
initialDateTime: _selectedDate,
),
2.0.1 #
- The operand can't be null, so the condition is always true.
2.0.0 #
- Stable null safety release.
1.0.1 #
- NotificationListener option
- Date output bug
1.0.0 #
- Scroll Date Picker creation