Skip to content
New issue

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

Pos of reaction-button is wrong on iPad #13

Open
bartonhammond opened this issue Nov 3, 2020 · 1 comment
Open

Pos of reaction-button is wrong on iPad #13

bartonhammond opened this issue Nov 3, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bartonhammond
Copy link

bartonhammond commented Nov 3, 2020

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,
                      );
                    },
                  ),
....

iPadMFV

@GeekAbdelouahed
Copy link
Owner

@bartonhammond please check the latest version.

flutter_reaction_button: ^2.0.0

@GeekAbdelouahed GeekAbdelouahed self-assigned this Oct 20, 2023
@GeekAbdelouahed GeekAbdelouahed added the bug Something isn't working label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants