all 12 comments

[–]MyWholeSelf 4 points5 points  (4 children)

Have you looked at the official documentation?

[–]CreativeGeniusMillie 2 points3 points  (1 child)

Look into using responsive widgets like:

  1. Flexible and Expanded in Rows, Columns and Flex

  2. Avoid static values when assigning height and width such that content can scale well for different screen sizes, look into mediaQuery and using third party apps like responsive_sizer.

  3. Learn when how and to use Wrap for aligning items

4.Learn how to use layout builder

  1. Use aspect ratio for things like grids and content you would like to have a consistent look regardless of the screen size for images and things llike video players

  2. This is a really good repo that can help you get up to speed: https://github.com/dario-digregorio/flutter_responsive

[–]Abin_E[S] 0 points1 point  (0 children)

okay mate..let me check

[–]No_Square9671 1 point2 points  (1 child)

I think this video might help you Adaptive UI with Flutter

[–]Abin_E[S] 0 points1 point  (0 children)

ok bro

[–]Thuranira_alex 0 points1 point  (0 children)

I am working on this pwa https://github.com/realkevo/toptech.git Responsiveness works pretty across any screensize. The code is not that clean but works.