flutter-reaction-button
flutter-reaction-button copied to clipboard
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.
Hi friends, How can the reaction box size be increased, make it bigger? And does the gesture detect swiping on the larger size of the screen?  Thanks in advance!
Great package. I have added this package as my reaction button but sometimes it starts from the left and goes off the screen. I have tested it multiple times. Not...
I'm trying to implement the buttons in my project but when I'm using it (just on iOS, on Android works great), the whole screen move left and create a black...
The problem is when [`TextFormField` ](https://api.flutter.dev/flutter/material/TextFormField-class.html) has `autofocus: true` in same screen has `ReactionButtonToggle`, when select and reaction (or dismiss reaction box), keyboard shown
I have a listViewBuilder inside of which I dynamically display a mission name and a reaction button in every list item like so : ``` ListView.builder( itemCount: result.data['allSheets']['timesheets'].length, itemBuilder: (BuildContext...
Hi I really like this package, but for my use case, the global positioning of the reaction bar is a problem. In my App i have multiple items scattered across...
In the image I am using the Like on the far right column. Same thing happens if in the far left column - the button always shows in the center...
Hi! Thanks for a great library! I would like to have haptic feedback when the reactions box is shown (just like fb messenger). Maybe haptic support can be added as...
Related to Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.