RafaelBarbosatec / tutorial_coach_mark

TutorialCoachMark
MIT License
524 stars 195 forks source link

How to use on high DPI monitors with responsive framework? #108

Open CaptainDario opened 2 years ago

CaptainDario commented 2 years ago

I am using a surface book 3 for the development of my app. On this I have the scaling set to 200%. This works not very well with the default way flutter handles resizing the UI. Therefore I am using the responsive framework. But now this package sets the size of the vignette wrongly.

image

Is there something I can do?

RafaelBarbosatec commented 2 years ago

Sorry, but I think in this case. I don't know if I have much to do. there is something external influencing. Maybe I have to analyze how this package works to try to prevent this. If you have a solution and want to share, feel free to open a PR.

CaptainDario commented 2 years ago

It is something related to the size reported to this plugin. I am sure that there is a way to read the correct size, but I understand if such an edge case is not important enough for you to investigate.