October 2019
Intermediate to advanced
550 pages
8h 6m
English
Layout is always a challenging task when building user interface. When it comes to mobile apps, layout is much more complicated considering the large number of different screen resolutions for devices. This chapter covers recipes related to layout in Flutter.
You want to know how layout works in Flutter.
Layout in Flutter is implemented by a set of widgets. These layout widgets wrap other widgets to apply different layout constraints.
For mobile apps, the layout must be responsive to work with different screen resolutions without writing a lot ...
Read now
Unlock full access