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.
Showing this warning when running on Flutter 3 ```dart : Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null. ../…/ui/widget_size_render_object.dart:36 - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../../Development/flutter/packages/flutter/lib/src/widgets/binding.dart'). package:flutter/…/widgets/binding.dart:1...
Is there a way to wrap the items to avoid screen overflows ? 
Hi When changing the direction of the application according to the language - Arabic, for example. The reaction value becomes the opposite
Hi @GeekAbdelouahed, as I mentioned in #33 in this PR I've added the positioningStrategy parameter and default strategies(one of them is the current one, but with fixed #33 issue). If...
Added shadow feature to Reaction boxes.
I use this button in the posts widget in social apps like Facebook. When I scroll down to show other posts the reaction is disappeared
I got some gradle-related errors when trying to run the project with Flutter 3.19.1 on Android, here is how to fix them: In the `android/build.gradle` file, change the android build...
Currently, this plugin displays the reactions popup through the long press and the user needs to take their finger off the screen and select the reaction or drag their finger...
Hi I only added boxOffset parameter :) Fixes #52