Codelessly / ResponsiveFramework

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
https://codelessly.com
MIT License
1.25k stars 150 forks source link

Dropdown menus not scaling down #177

Open angelocordero opened 4 months ago

angelocordero commented 4 months ago

I have an app that defaults to 1920x1080. I'm using this library to scale it down for screens with 1280x720 resolution. While it does successfully scale the app down, the dropdowns seem to stay at the default size which makes it too big for the screen and is visually displeasing. Is there a fix or a workaround for this?