Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
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?
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?