This plugin allows Flutter desktop apps to resizing and repositioning the window.
724
stars
205
forks
source link
[windows] size, minimumSize and maximumSize different in Widget Inspector than size used in code #434
Open
nikel-abibiano opened 10 months ago
On Windows 11, I have a default size of 1024 by 768 pixels.
When I launch de desktop app on Windows 11 and inspect the widget inspector, the actual size are smaller (1008 x 729).
Same for minimumSize and maximumSize constraints.
On macOS it's working as expected