How to make flutter app responsive according to different screen size?
126 Using MediaQuery class: MediaQuery: Establishes a subtree in which media queries resolve to the given data. MediaQueryData: Information about a piece of media (e.g., a window). To get Device Pixel Ratio: To get width and height of the device screen: To get text scale factor: Using AspectRatio class: From doc: A widget that attempts to size the child […]