A kata designed to introduce basic Flutter Widgets: Text
, Center
, Column
, Row
, Container
.
The goal of this Kata is to reproduce below screenshot
Specs:
- UI is centered vertically
- There is 32px between the text and the boxes
- Boxes are 100px*100px
Challenges:
- Add rounded corners to the boxes
- Space the boxes evenly in the screen