Browse Source

docs(movie-list):Movies to movies

pull/2048/head
miguel 1 year ago committed by MSilva95
parent
commit
fce40f7b18
  1. 2
      subjects/mobile-dev/movie-list/README.md

2
subjects/mobile-dev/movie-list/README.md

@ -12,7 +12,7 @@ In this exercise, you will develop a fully functional app that uses `JSON` files
### ListView ### 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 ```flutter
class Movie { class Movie {

Loading…
Cancel
Save