8000 Releases · koukibadr/Bottom-Picker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: koukibadr/Bottom-Picker

v3.1.0

24 Apr 20:30
cc8ec6e
Compare
Choose a tag to compare

Changes:

  • Integrate a cupertino picker in the package with extra parameters to display a time seperator ":" with a flag attribute showTimeSeparator.
  • Update default itemExtent value to 30 for all time and date pickers
  • Add itemExtent attribute to time and range constructors for more picker customization.

Bug Fixes:

  • Fix cupertino picker time seperator rendering and text style.

v3.0.0

05 Apr 23:32
3044532
Compare
Choose a tag to compare

Changes

  • Create new timer picker using CupertinoTimerPicker under the hood with onChange and onSubmit supporting the Duration result type PR#123.

  • Update desktop and web platforms picker rendering using WheelView instead of the basic Listview PR#92 Issue#82.

  • Adding onDismiss callback which is triggered everytime the picker widget is disposed (no matter the disposing main triggering event) PR#118 Issue#117.

Enhancement

  • Refactoring colors mapping to bottom picker themes using new enum definitions PR#120

v2.11.2

05 Mar 21:01
9ea933e
Compare
Choose a tag to compare

[2.11.2] - 05/03/2025

Bug Fix:

  • Resolve dismiss issue when using bottom picker on mobile platforms iOS and Android Issue#114.

Changes

  • Update package description on pub.dev

v2.11.1

25 Feb 09:14
Compare
Choose a tag to compare

[2.11.1] - 25/02/2025

Changes:

  • enable bottom picker dismiss with escape keyboard key for web and desktop.
  • enable MacOS support for bottom picker example project.

v2.12.0-0.2.dev

04 Feb 08:51
Compare
Choose a tag to compare
fix: resolve time seperator rendering issue on change

2.12.0-0.1.dev

01 Feb 18:16
Compare
Choose a tag to compare
publish a pre-release version with latest dart sdk

v2.11.0

01 Feb 09:35
ed008d6
Compare
Choose a tag to compare

Changes:

  • enable minutesInterval feature for range time picker.

v2.10.1

21 Jan 08:28
a0a9000
Compare
Choose a tag to compare

Changes:

  • onClose is renamed to onCloseButtonPressed.

Bug Fixes:

  • remove late keyword from minuteInterval definition.

v2.10.0+1

18 Jan 09:30
04db53f
Compare
Choose a tag to compare

Changes:

  • Add monthYear constructor to display date range with only month and year.

v2.10.0

08 Dec 17:22
dfb301e
Compare
Choose a tag to compare

Changes:

  • Add monthYear constructor to display date range with only month and year.
0