Releases: koukibadr/Bottom-Picker
Releases · koukibadr/Bottom-Picker
v3.1.0
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
Changes
-
Create new timer picker using
CupertinoTimerPicker
under the hood withonChange
andonSubmit
supporting theDuration
result type PR#123. -
Update desktop and web platforms picker rendering using
WheelView
instead of the basicListview
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
v2.11.1
v2.12.0-0.2.dev
fix: resolve time seperator rendering issue on change
2.12.0-0.1.dev
publish a pre-release version with latest dart sdk