Solution: Measure your Sizes - Responsive UI Widgets
Find the solution to the last challenge using the MediaQuery and LayoutBuilder widgets.
We'll cover the following...
In this lesson, we provide two solutions to the previous challenge. The first one uses MediaQuery
, and the second one uses LayoutBuilder
. It’s possible to use other widgets to achieve the same result, but in this lesson, we focus on MediaQuery
and LayoutBuilder
. ...