Part 2:Building a Basic Flutter App
Now that you have a strong foundational knowledge of Flutter and Dart, this part will build on that knowledge with the introduction of Flutter concepts, such as widgets, and user input, such as gestures (for example, tapping and scrolling).
We will then look at how we can make these widgets look pretty through colors, images, styling, and decorations.
Finally, we will introduce the idea of screens within an app and look at how a user can navigate between these screens to explore the functionality of your app.
This part contains the following chapters:
- Chapter 5, Building Your User Interface through Widgets
- Chapter 6, Handling User Input and Gestures
- Chapter 7, Let’s Get Graphical!
- Chapter 8, Routing – Navigating between Screens