Five Widgets in Flutter(8)

Flutter Knowledge Sharing #37

Geno Tech
App Dev Community

--

The main building blocks of Flutter are widgets. Therefore you should know about widgets at a high level. I have discussed more than 70+ widgets in previous articles. Some widgets are using frequently and very important to know. For example Scaffold, Stack, etc. Some widgets are not using frequently, but they are used in custom situations in your use cases. Anyway, this time will not waste by reading this. I believe this is very useful for Flutter beginners. These things you no need to memorize, read and get a brief idea for future use of these widgets. Flutter app is mainly a widget. All other widgets organized as a widget tree.

Flutter is not easy before you see it first. But when you are getting started to work with Flutter, when you are covering important topics in mobile development. You will not feel difficult like that. First, you need to know the basics of Dart. Then, you need to learn about widgets. You are not enough to read these articles. You have to do development with it.

“Knowing is Nothing, Doing is Everything”

Widgets Widgets Widgets

  1. SizedBox: Add a space between widgets.
  2. BoxDecoration: How a box should be painted on the screen.
  3. AppBar: Ususally the topmost…

--

--

Geno Tech
App Dev Community

Software Development | Data Science | AI — We write rich & meaningful content on development, technology, digital transformation & life lessons.