Skip to content

v3.0.0

Choose a tag to compare

@koukibadr koukibadr released this 05 Apr 23:32
· 82 commits to main since this release
3044532

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