asjqkkkk / circle_list

A new Flutter package for circle list.
Other
36 stars 13 forks source link

Can't scroll when Circle list inside Scrollview #1

Closed mohanedy closed 4 years ago

mohanedy commented 5 years ago

SingleChildScrollView -> Column -> Circle List The Circle List doesn't respond to gestures

asjqkkkk commented 5 years ago

SingleChildScrollView -> Column -> Circle List The Circle List doesn't respond to gestures

It looks like a problem with sliding conflicts. Sorry,now I am busy with work, I will take the time to see how to solve this problem.

MeliGualaX commented 4 years ago

Hello, this guy had the same problem and it solved using a CustomPanGestureRecognizer to win in the arena when two gestures interact. I really tried to implement in your code but i failed, maybe this post can help you. https://medium.com/flutter-community/combining-multiple-gesturedetectors-in-flutter-26d899d008b2

Greetings!