ardera / flutter-pi

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
MIT License
1.48k stars 153 forks source link

screen ratio not respected. #407

Closed shifubrams closed 2 days ago

shifubrams commented 1 month ago

Hello, we are implementing a flutter solution on a 800x480 DSI screen. Meant to work on raspberry of course.

The issue we encounter is that the ratio seems bigger thant expected.

We tried the older version of flutter-pi and flutterpi_tools and the ration was perfect.

Is it a known issue on your side ? Do you have any solution for us ?

Thanks in advance.

You made a great job with this. Big thanks for that :)

ardera commented 1 month ago

Are you using the -d or --dimensions argument to set a custom screen size? If yes, can you try again with master?

Can you send me a link to the exact screen you have?

github-actions[bot] commented 2 days ago

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens and logs. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution.