If your IDE doesn't detect the project files, run the following in the terminal:
cd labs/week2
flutter pub get
Your task is to recreate the following layouts:
Narrow | Wide |
---|---|
The breakpoint between the two layouts is up to you – for example, at 600 px.
Do not use flex widgets (Row
or Column
) or stacks.