[Bug]: half of the widget is not shown
Closed this issue · 8 comments
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The popover widget doesn't abide by the constraints of the screen, half of it is not shown when the button is at the edge of the screen..
Expected Behavior
This only happened when I updated to the latest flutter version and updated the package to the lastest version, it used to work correctly before now I'm experiencing this issue even when used the code shown in the example of the package..
What operating system are you seeing the problem on?
Android
Relevant log output
No response
Anything else?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Same here!
Same here!
Thank you for the report. Feel free to create a PR that addresses this issue.
Same here! Any updates here? 🤔
@Ehrax, is there anything that is stopping you from fixing the issue?
I'm happy to review a PR. However, I don't have time to work on the fix.
@minikin I could try, but I am not 100% what is causing this or where too look into, did not had proper time to investigate it yet. Is it for you maybe possible to forward me in the right direction? ✌️
@Ehrax you probably need to play with popover_render_shifted_box and popover_position_render_object. Something has changed in this project or in of the latest Flutter versions.