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

is it possible to disable drag function in initHandler? #1

Closed tegarnugroho closed 2 years ago

tegarnugroho commented 2 years ago

I want to make one of the handlers disabled so that it cannot change the position of the handler.

mohit-chauhan-mi commented 2 years ago

hi @skripsimu, yes it is possible will work on that soon.

mohit-chauhan-mi commented 2 years ago

I want to make one of the handlers disabled so that it cannot change the position of the handler.

@skripsimu to achieve this you can use isInitHandlerSelectable or isEndHandlerSelectable parameters of TimePicker to enabled or disabled the selection of handler. (its enabled by default)

tegarnugroho commented 2 years ago

Thank you @mohit-chauhan-mi it works!