0% found this document useful (0 votes)
52 views

Flutter Assignment 2 PDF

This document outlines the requirements for Assignment 2 which involves using a movie API to display a list of movies in cards that include the name, image, and year. It also requires adding a button to load additional movie pages due to limits, and clicking a movie navigates to a detailed page showing description, actors, rating, runtime, and download sizes using the movie ID from the list endpoint.

Uploaded by

Arjun Gautam
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views

Flutter Assignment 2 PDF

This document outlines the requirements for Assignment 2 which involves using a movie API to display a list of movies in cards that include the name, image, and year. It also requires adding a button to load additional movie pages due to limits, and clicking a movie navigates to a detailed page showing description, actors, rating, runtime, and download sizes using the movie ID from the list endpoint.

Uploaded by

Arjun Gautam
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment 2

• Use yts movie api to get list of movies. Use list movies endpoint first.
• Try to add button to load next page list too because there is limit in movie count on one page.
• Display each movie in a card containing movie name, movie image, made year.
• Clicking each movie should navigate to detailed movie page. You can use another movie detail
endpoint but it requires movie id, which you can get from list movie endpoint.
• In detailed page, show movie description, actors, rating, runtime and download size in different
quality.

You might also like