scroll_date_picker 2.0.2 scroll_date_picker: ^2.0.2 copied to clipboard
A customizable and easy-to-use date picker library for Flutter. Compatible with Android & iOS & Web.
[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