U
H
HappyDivchyna

Day 13: #100DaysWithFlutLab #100DaysOfFlutter

We going to build button. In the "Flutter Apprentice" book it is MaterialButton. But in the new version of Flutter MaterialButton class is obsolete. So, we need alternative. It is FilledButton class.

3
U
H
HappyDivchyna

Day 11: #100DaysWithFlutLab #100DaysOfFlutter

GridView is a 2D array of scrollable widgets. It arranges the children in a grid and supports horizontal and vertical scrolling.

3
U
H
HappyDivchyna

Day 10: #100DaysWithFlutLab #100DaysOfFlutter

Nested ListViews: There are two approaches to building the bottom section: the Column approach and the Nested ListView approach. 

4
U