PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 25
  1. 3.8.0 19 Mar 2024
    Release notes
    • Add the functionality to change dates by touch. Thanks @unyang09. (#28)
    Open source →
  2. 3.7.4 19 Mar 2024
    Release notes
    • 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)
    Open source →
  3. 3.7.3 29 Jun 2023
    Release notes
    • Add viewType option. Thanks @sejun. (#21)
    Open source →
  4. 3.7.2 29 Jun 2023
    Release notes
    • Add the italian locale to the list of the ones that require day / month / year order
    • Add support for Portuguese.
    Open source →
  5. 3.7.1 18 May 2023
    Release notes
    • Added support for Arabic. Thanks @Mahmod Masoud. (#22)
    Open source →
  6. 3.7.0 13 Mar 2023
    Release notes
    • Added support for Chinese. Thanks @Chenyang. (#19)
    • Added crossAxisAlignment and mainAxisAlignment to DatePickerScrollViewOptions. Thanks @Chenyang. (#19)
    Open source →
  7. 3.6.2 13 Mar 2023
    Release notes
    • Add a new backgroundColor constructor to date picker options. Thanks @Paroca72. (#18)
    Open source →
  8. 3.6.1 30 Dec 2022
    Release notes
    • Mac OS Support added in example. Thanks @Hamza A.Malik. (#16)
    • Added italian localization. Thanks @sharkfabri. (#17)
    Open source →
  9. 3.6.0 14 Aug 2022
    Release notes
    • Add a new all constructor to scroll view options. Thanks @Syed Ahkam. (#13)
    • Add and correct month names. Thanks @Alexander Klehm. (#14)
    Open source →
  10. 3.5.2 11 Jul 2022

    Nothing published for this version

  11. 3.5.1 11 Jul 2022
    Release notes
    • Update to Flutter 3
    Open source →
  12. 3.5.0 07 Jul 2022
    Release notes
    • 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
    Open source →
  13. 3.4.0 21 Feb 2022
    Release notes
    • Added support for Vietnamese.
    Open source →
  14. 3.3.0 16 Feb 2022
    Release notes
    • Improved the directory structure and code.
    • Fixed date limit issue.
    • Fixed monthly reset issue.
    Open source →
  15. 3.2.0 27 Jan 2022
    Release notes
    • 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
    Open source →
  16. 3.1.0 19 Jan 2022
    Release notes
    • Adding the german support. Thanks @komarekw.
    Open source →
  17. 3.0.0 28 Dec 2021
    Release notes
    • Delete controller parameters and add selectedDate parameters.
    • Improved scroll performance.
    • Improved the directory structure and code.
    • Update README
    Open source →
  18. 2.0.5 03 Aug 2021
    Release notes
    • Adding the french support. Thanks @Babacar-arch.
    Open source →
  19. 2.0.4 02 Jun 2021
    Release notes
    • new property added initialDateTime for DatePickerController
    • initialDateTime was removed from ScrollDatePicker
    • Update README
    Open source →
  20. 2.0.3 29 May 2021
    Release notes
    • code improvements
    • Update README
    Open source →
  21. 2.0.2 15 May 2021
    Release notes
    • Controller can now be used inside outside the widget
              ScrollDatePicker(
                yearController: _yearController,
                monthController: _monthController,
                dayController: _dayController,
                minimumYear: _minimumYear,
                maximumYear: _maximumYear,
                initialDateTime: _selectedDate,
              ),
    
    
    Open source →
  22. 2.0.1 10 Mar 2021
    Release notes
    • The operand can't be null, so the condition is always true.
    Open source →
  23. 2.0.0 09 Mar 2021
    Release notes
    • Stable null safety release.
    Open source →
  24. 1.0.1 02 Mar 2021
    Release notes
    • NotificationListener option
    • Date output bug
    Open source →
  25. 1.0.0 10 Jan 2021
    Release notes
    • Scroll Date Picker creation
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive