September 2019
Beginner
512 pages
12h 52m
English
We saw in Chapter 4, Widgets: Building Layouts in Flutter, that the Scaffold widget has properties that help to construct the layout with a Material Design look. Its purpose is as important as the MaterialApp widget; it helps the developer to follow the Material Design guidelines by simply adding the corresponding widgets to its properties. Our Favors app main screen follows some Material Design aspects.
Let's see:

Here, we have used some Material Design components and also the Scaffold widget. Some of the pieces used are as follows:
Read now
Unlock full access