scroll_date_picker 2.0.5 copy "scroll_date_picker: ^2.0.5" to clipboard
scroll_date_picker: ^2.0.5 copied to clipboard

A customizable and easy-to-use date picker library for Flutter. Compatible with Android & iOS & Web.

2.0.5 #

  • Adding the french support. Thanks @Babacar-arch.

2.0.4 #

  • new property added initialDateTime for DatePickerController
  • initialDateTime was removed from ScrollDatePicker
  • Update README

2.0.3 #

  • code improvements
  • Update README

2.0.2 #

  • Controller can now be used inside outside 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
100
likes
150
pub points
96%
popularity

Publisher

unverified uploader

A customizable and easy-to-use date picker library for Flutter. Compatible with Android & iOS & Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on scroll_date_picker