Introduction
Explore building a Movie App with Flutter by querying the TMDB API to fetch popular movies. Learn to create a user interface that displays movie posters, titles, and descriptions in a vertical list. Understand how to prepare your app to handle API data and present it effectively.
We'll cover the following...
We'll cover the following...
What will we do?
The Movie Database (TMDb) is a community built movie and TV database.
In this chapter, you’ll query The Movie DB (or TMDB) API ...