v3.0.0
Changes
-
Create new timer picker using
CupertinoTimerPickerunder the hood withonChangeandonSubmitsupporting theDurationresult type PR#123. -
Update desktop and web platforms picker rendering using
WheelViewinstead of the basicListviewPR#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