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

Very small control causes minute labels to overlap. #20

Open hinterlandcreative opened 4 years ago

hinterlandcreative commented 4 years ago

Repro steps:

  1. Create a DurationPicker that is small, ex: 150x150 Expected: not all minutes will show to accomodate small size Actual: Minute labels overlap eachother.