scroll_datetime_picker 0.1.0 copy "scroll_datetime_picker: ^0.1.0" to clipboard
scroll_datetime_picker: ^0.1.0 copied to clipboard

A Scrollable DateTimePicker, inspired by the CupertinoDatePicker but with more extensive customizable features.

0.1.0 #

  • New Feature Customizable Item Flex: Added DatePickerItemFlex to provide customization of each picker item's width by specifying the flex value for individual date/time items. This allows for precise control over the layout and distribution of space within the picker.
  • New Feature Customizable Center Widget: Added DateTimePickerCenterWidget, offering greater flexibility in creating a custom widget for the center area of the picker.

0.0.4 #

  • Added itemBuilder to provide customization for every item in the picker.

0.0.3 #

  • Enhanced the logic for making outer widgets disappear when reaching the center area.
  • Resolved a bug that caused empty patterns when using DateFormat with only one pattern type.
  • Fixed an issue with the undefined scrollController when the pattern length is changed.
  • Rectified an infinite loop problem during picker widget position rechecking.
  • Added support for DateFormat patterns (LLL/LLLL).
  • Introduced unit tests and widget tests, significantly improving code coverage for the repository.
  • Developed a web application for package illustrative purposes.
  • Enhanced the package example by incorporating device preview, customizer, and visual improvements.
  • Improved the readme by including links to examples, comprehensive feature details, and a coverage badge.

0.0.2 #

  • Add DateTimePickerWheelOption to enable scroll wheel customization
  • Add doc comment to every public API
  • Remove locale param from DateOption and replace it with locale from DateFormat (breaking)
  • Upgrade intl package to 0.18.0

0.0.1 #

  • First release, create ScrollDateTimePicker and its supporting objects & widgets.

Here is an example changelog entry for the new feature (customizable item flex and center widget) in version 0.1.0:

19
likes
0
points
2.24k
downloads

Publisher

verified publisherauliyaa.com

Weekly Downloads

A Scrollable DateTimePicker, inspired by the CupertinoDatePicker but with more extensive customizable features.

Homepage
Repository (GitHub)
View/report issues

Topics

#widget #datetime #picker

License

unknown (license)

Dependencies

flutter, intl, mockito

More

Packages that depend on scroll_datetime_picker