Mindinventory / progressive_time_picker

A Customizable Progressive Time Picker for Flutter.
https://www.mindinventory.com/flutter-app-development.php
MIT License
68 stars 13 forks source link

[Bug] onSelectionEnd was not triggered when bothHandler moves #5

Closed akurnaz closed 1 year ago

akurnaz commented 1 year ago

Thank for the plugin. I use the onSelectionEnd callback function to get final value. When I drag and drop the middle bar, it was not triggered. Especially it becomes more visible while clockIncrementTimeFormat is SIXTYMIN.

I debugged, I realize that when isPanEnd variable is true, newValueInit value is still the same as widget.init value. I hope that helpful.

https://user-images.githubusercontent.com/7497369/203127409-f4a0f43b-51dd-4b19-89f1-f90cda23b393.mov

Plugin version: 0.0.7 Device: Iphone 11 emulator, IOS 16.1

mohit-chauhan-mi commented 1 year ago

@akurnaz Check with the latest version for this.