Skip to content

Latest commit

 

History

History

week2

Labs week 2 – constraints & layout

If your IDE doesn't detect the project files, run the following in the terminal:

cd labs/week2
flutter pub get

Tasks

Your task is to recreate the following layouts:

Task 1

Narrow Wide
Task 1 – narrow Task 1 – wide

The breakpoint between the two layouts is up to you – for example, at 600 px.

Task2

Task 2

Do not use flex widgets (Row or Column) or stacks.