Layouts in Flutter: Implementing Basic Flutter Layouts

placeholder

The Flutter cross-platform framework offers a wide range of layout options to develop your application’s pages. Flutter layouts enable you to create beautiful responsive design for the right look and feel in your mobile applications. In this course you will learn how Flutter widgets work how they use composition to build complex user interface component hierarchies and how the Flutter framework uses the element tree and render tree to render widgets to screen in an efficient way. Next you will use Material Design components to create simple application pages. You will learn how to work with the Container Text Padding and Image widgets to build elegant app pages. Finally you will learn how to work with the Scaffold widget to create app pages that follow Material Design best practices.