GeekAbdelouahed / flutter-reaction-button

Flutter Reaction Button is a customizable Flutter package that allows you to easily create interactive buttons with reaction emojis, similar to Facebook's iconic reaction buttons.
https://pub.dev/packages/flutter_reaction_button
MIT License
215 stars 78 forks source link

ReactionsBox keep showing when scroll #31

Closed AnasSafi closed 2 years ago

AnasSafi commented 2 years ago

When you scroll App, ReactionsBox showing when scroll if scroll start from reaction button...

I think ReactionsBox should called only with long press on screen, not when onPointerDown ...

test2

AnasSafi commented 2 years ago

I was solved the problem by hack plugin code to use InkWell instead Listener...

Screenshot from 2021-12-03 05-39-20