flutter-reaction-button icon indicating copy to clipboard operation
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.

Results 24 flutter-reaction-button issues
Sort by recently updated
recently updated
newest added

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? ![box_size](https://user-images.githubusercontent.com/6507433/167640063-fe8467a8-98fb-4dd9-8e85-2fa46b05de87.png) 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...

bug
enhancement

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...

bug

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

bug

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...

enhancement

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...

bug

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...

bug

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...

enhancement

Related to Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.