Ali-Azmoud/flutter_xlider

Slider shows incorrect value after tap

zeienko-vitalii opened this issue · 2 comments

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

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

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

To be honest, I can't remember already.