Ali-Azmoud / flutter_xlider

A material design slider and range slider with rtl support and lots of options and customization for flutter
https://pub.dartlang.org/packages/flutter_xlider
MIT License
519 stars 184 forks source link

Slider shows incorrect value after tap #110

Open zeienko-vitalii opened 3 years ago

zeienko-vitalii commented 3 years ago

Problem:

Slider shows incorrect value on the first tap after it's being showed sliding from the bottom of the screen.

Description:

Slider shows upperValue on first tap in the following scenarios: if slider is used in the BottomSheet widget that will pop up from the bottom of the screen by using either custom implementation with SliderTransition, AnimatedPositioned or just using showModalBottomSheet/showMaterialModalBottomSheet.

Version

flutter_xlider: ^3.4.0

martin-headspace commented 11 months ago

I'm seeing this same behaviour, were you able to find a fix for it?

zeienko-vitalii commented 11 months ago

I'm seeing this same behaviour, were you able to find a fix for it?

To be honest, I can't remember already.