What Are Widgets?

Get an understanding of Flutter widgets and their uses.

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.

Get hands-on with 1200+ tech skills courses.