scroll_date_picker
A customizable and easy-to-use date picker library for Flutter. Compatible with Android & iOS & Web.
3.8.0
20K downloads/mo
#2192 most downloaded on pub.dev
mincheol-shin/scroll_date_picker
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 9 months
Nearly every release is documented
notes for 24 of 25 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
25 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
25 releases · Jan 2021 to Mar 2024
2022
2023
2024
2025
2026
Releases
latest 25-
3.8.019 Mar 2024 -
3.7.419 Mar 2024Release notes
Open source →- 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)
-
3.7.329 Jun 2023 -
3.7.229 Jun 2023Release notes
Open source →- Add the italian locale to the list of the ones that require day / month / year order
- Add support for Portuguese.
-
3.7.118 May 2023 -
3.7.013 Mar 2023Release notes
Open source →- Added support for Chinese. Thanks @Chenyang. (#19)
- Added crossAxisAlignment and mainAxisAlignment to
DatePickerScrollViewOptions. Thanks @Chenyang. (#19)
-
3.6.213 Mar 2023Release notes
Open source →- Add a new backgroundColor constructor to date picker options. Thanks @Paroca72. (#18)
-
3.6.130 Dec 2022Release notes
Open source →- Mac OS Support added in example. Thanks @Hamza A.Malik. (#16)
- Added italian localization. Thanks @sharkfabri. (#17)
-
3.6.014 Aug 2022Release notes
Open source →- Add a new
allconstructor to scroll view options. Thanks @Syed Ahkam. (#13) - Add and correct month names. Thanks @Alexander Klehm. (#14)
- Add a new
-
3.5.211 Jul 2022Nothing published for this version
-
3.5.111 Jul 2022 -
3.5.007 Jul 2022Release notes
Open source →- Added support for Indonesian and Thai language.
- Improved to avoid text overflow by calculating the scrollview width.
- Delete
DatePickerLocaleand utilize Locale class. - Improved the directory structure and code.
- Update README
- Update example
-
3.4.021 Feb 2022 -
3.3.016 Feb 2022Release notes
Open source →- Improved the directory structure and code.
- Fixed date limit issue.
- Fixed monthly reset issue.
-
3.2.027 Jan 2022Release notes
Open source →- 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.019 Jan 2022 -
3.0.028 Dec 2021Release notes
Open source →- Delete
controllerparameters and addselectedDateparameters. - Improved scroll performance.
- Improved the directory structure and code.
- Update README
- Delete
-
2.0.503 Aug 2021 -
2.0.402 Jun 2021Release notes
Open source →- new property added
initialDateTimeforDatePickerController initialDateTimewas removed fromScrollDatePicker- Update README
- new property added
-
2.0.329 May 2021 -
2.0.215 May 2021Release notes
Open source →Controllercan now be used insideoutside the widget
ScrollDatePicker( yearController: _yearController, monthController: _monthController, dayController: _dayController, minimumYear: _minimumYear, maximumYear: _maximumYear, initialDateTime: _selectedDate, ), -
2.0.110 Mar 2021 -
2.0.009 Mar 2021 -
1.0.102 Mar 2021 -
1.0.010 Jan 2021