Skip to content

Releases: dhiyaaulauliyaa/scroll_datetime_picker

v0.1.2

30 May 09:41
b8401ea
Compare
Choose a tag to compare

0.1.2

  • Bug Fix: Resolved issue where setState is called after widget is unmounted.

v0.1.1

30 May 09:17
1fcdd65
Compare
Choose a tag to compare

0.1.1

  • New Feature: Added option markOutOfRangeDateInvalid to enable/disable marking out-of-range dates as invalid selections. When enabled, users cannot select dates outside the specified range.
  • Bug Fix: Resolved issue where the onChange method did not include setState, causing the widget style in the Picker not to update.
  • Dependency Update: Upgraded intl package to version 0.19.0 for improved compatibility and performance.

v0.1.0

30 May 09:16
13865ee
Compare
Choose a tag to compare

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.

v0.0.4

19 Oct 07:43
614a8b1
Compare
Choose a tag to compare

0.0.4

  • Added itemBuilder to provide customization for every item in the picker.
  • Improve metadata to pubspec.yaml file

v0.0.3

18 Oct 16:15
a411c8e
Compare
Choose a tag to compare

v0.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.