Flutter Assignment 2 PDF
Flutter Assignment 2 PDF
• 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.