GeekAbdelouahed / flutter-reaction-button

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.
https://pub.dev/packages/flutter_reaction_button
MIT License
215 stars 78 forks source link

iOS Screen move left #22

Open jsinoti opened 3 years ago

jsinoti commented 3 years ago

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 corner as you can see on the screenshot.

Is there something that I could do to fix it?

Screen Shot 2021-04-27 at 14 48 12

GeekAbdelouahed commented 3 years ago

@jsinoti can we have a snippet from the code?

haophan1996 commented 3 years ago

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 corner as you can see on the screenshot.

Is there something that I could do to fix it?

Screen Shot 2021-04-27 at 14 48 12

Hello @jsinoti, the UI got black color on the right because somehow the package conflict to cupertino Transition.cupertino, in this case you can fix by changing the default transition such as Transition.rightToLeft, it is the same as Transition.cupertino but once you changed, you will no longer get black color on the right

MasayaYamada commented 3 years ago

I also got this problem.

Here is the question url. https://stackoverflow.com/questions/68696841/screen-shift-to-left-using-flutter-reaction-button-pub

Could you give to me the solution by sample code?

zahdsp commented 3 years ago

I also got this problem on iOS. It works great on android. Does anyone have an idea to fix this issue? Thanks.

jigarfumakiya commented 2 years ago

Same issue here?

philffm commented 1 year ago

Same issues here 🤷🏽‍♂️

GeekAbdelouahed commented 1 year ago

@jsinoti @philffm @jigarfumakiya @zahdsp @MasayaYamada @haophan1996 the issue should be solved with version 3.0.0 and above, the package now is using overlay instead of the navigator