boeledi / RangeSlider

RangeSlider Widget for Flutter
Other
374 stars 66 forks source link

Feature: Allow thumbs to overlap #23

Closed oshtman closed 5 years ago

oshtman commented 5 years ago

First of all, thanks for a great component.

In one of our apps, we needed to allow the thumbs to overlap. I've modified the divisor-offset when setting max and min values for the thumbs, allowing this to happen.

I thought this might be a behavior more users could be interested in having in this component

victorraft commented 5 years ago

Hi, this feature would be very useful to me. Can we please get this merged?

boeledi commented 5 years ago

Hi Victor,

Version 1.4.0 now considers the new option.

Regards,

Didier