bitsdojo / bitsdojo_window

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
http://www.youtube.com/watch?v=bee2AHQpGK4
MIT License
801 stars 230 forks source link

On linux, this library doesn't respect display scaling #218

Open temeddix opened 1 year ago

temeddix commented 1 year ago

image

Taking Ubuntu as an example, the window size is just the size of the 'physical pixels', not the 'logical pixels'. When we give the initial size of 400x400, but if the display scaling is set to 200%, the window size should be 800x800 in physical pixels. Right now, this is ignored.