Responsiveness in Flutter

Hi, you can take a look at our packages:

Responsive layout grid

sample-ezgif.com-resize

for responsive modals:

ss_type_builder

5 Likes

There was some discussion about flutter_screenutil in reddit recently: https://www.reddit.com/r/FlutterDev/comments/1guzxwf/comment/lxxxtw8/ with my comment there saying I hate it :smiley:

If client comes in with a fixed Figma and wants to see the app like that in every device, you can use flutter_screenutil but it’s really awkward to have to remember the .w everywhere. Instead you may find my approach of scaling the whole screen and working with Figma’s units in it with const widgets: Scales the whole screen in the scaffold so you work with Figma's units and enjoy const widgets at the same time · GitHub

1 Like

I still have no idea why flutter_screenutil exists to be honest.

2 Likes

Wow, that looks amazing. If I ever need this functionality I hope I remember your package

1 Like

U can use flutter_screenutil package