docs(movie-list):Movies to movies

This commit is contained in:
miguel 2023-05-29 15:27:38 +01:00 committed by MSilva95
parent 79cc50097d
commit fce40f7b18
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ In this exercise, you will develop a fully functional app that uses `JSON` files
### ListView
Create a `ListView` which will show the `image`, `title`, and `genre` of movies from the given [Movies](movies.json) file. To create the `ListView`, you need to create a `Movie class` with the following properties:
Create a `ListView` which will show the `image`, `title`, and `genre` of movies from the given [movies](movies.json) file. To create the `ListView`, you need to create a `Movie class` with the following properties:
```flutter
class Movie {