Flutter: Part 03 Flutter Widgets

Flutter: Part 03 Flutter Widgets

English | MP4 | AVC 1280Ă—720 | AAC 48KHz 2ch | 1h 30m | 235 MB

With Flutter, you can design beautiful apps with minimal effort. This course introduces developers to Flutter widgets—prebuilt elements that make it easy to create elegant and interactive user interfaces for iOS and Android. This project-based course shows how to build a personal business card app using Container, Row, Column, and Icon widgets. Along the way, instructor Angela Yu explains how to split your code into multiple classes for maximum extensibility, use widgets to manipulate assets like images, and incorporate custom fonts and color schemes into your design. Plus, learn how to use the Card and ListTile widgets to organize data and maximize the readability and accessibility of your app.

Table of Contents

1 MiCard Personal Business Card app
2 Hot reload and hot restart
3 How to use Container widgets
4 Layout Column and Row widgets
5 Tapping into widget properties
6 Custom fonts with Flutter
7 The Icon widget
8 Flutter Card and ListTile widgets