We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Here's my code:
Builder( builder: (BuildContext c) { return FlutterReactionButtonCheck( key: Key('reaction-${widget.story['id']}'), onReactionChanged: (reaction, isChecked) async { reactions: react.reactions, initialReaction: widget.story['reactions'].length == 1 ? react.reactions[reactionTypes .indexOf(widget.story['reactions'][0]['type'])] : react.defaultInitialReaction, selectedReaction: react.defaultInitialReaction, ); }, ), ....
The text was updated successfully, but these errors were encountered:
@bartonhammond please check the latest version.
flutter_reaction_button: ^2.0.0
Sorry, something went wrong.
GeekAbdelouahed
No branches or pull requests
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
Here's my code:
The text was updated successfully, but these errors were encountered: