In this chapter, you will learn about the central concepts of widgets, the differences between stateless and stateful widgets, the most common widgets in Flutter and how to add them to your application, and how to create complete interfaces from built-in widgets or custom widgets developed by yourself.
The following topics will be covered in this chapter:
- Stateful/stateless widgets
- Built-in widgets
- Understanding built-in layout widgets
- Creating custom widgets