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

outdated

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

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
121
likes
0
points
11.3k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on scroll_date_picker