boeledi / RangeSlider

RangeSlider Widget for Flutter
Other
374 stars 66 forks source link

Value indicator number format ( separator ) #12

Closed Ali-Azmoud closed 5 years ago

Ali-Azmoud commented 5 years ago

Hi How can I format the value of indicator ? for example separate them by 3 digits

boeledi commented 5 years ago

Hi, I just released version 1.1.0 which now accepts an external "valueIndicatorFormatter" callback to format the value the way you want.