Now that we know some of the available widgets from Flutter, it is time to start the small application that we will build during the course of the book.
The application we're going to develop will be a favor manager app. It will be a small network where a friend may ask a favor of another friend, and that friend may accept or refuse to do the favor. By accepting, the favor enters in the user's favors-to-do list. It's like a to-do app where tasks to do are proposed by the user's friends and only accepted or rejected by the user. In this app, we will explore many concepts that may help in application development.
In the following chapters, we will be adding functionalities to the application, gradually learning about all the different pieces that compose a Flutter app.