cdharris / flutter_duration_picker

A Flutter Widget for allowing a user to pick a duration (e.g. 5mins, 1h 30mins, etc)
MIT License
78 stars 49 forks source link

Should be able to manually enter the hours & minutes on clicking the cener text #15

Open aravind816 opened 5 years ago

aravind816 commented 5 years ago

On clicking the center text, It should enable few actions.

1) On Long Press (center Text) ==> The hours & Minutes values copied to the clipboard. 2) On Tap (center Text) ==> it should have the option to enter the values manually using a number picker (or) it should allow callback function.