What Are Widgets?
Get an understanding of Flutter widgets and their uses.
We'll cover the following...
Widgets
Widgets are the UI building blocks that we see on the screen. Making an app with Flutter is simply creating a bunch of widgets and tying them together.
We have a Text
widget to show text on the screen, a ListView
widget to show contests in a list just like posts in an Instagram feed, and a Scaffold
widget we can use to bring a new screen to our app.
Access this course and 1400+ top-rated courses and projects.