Skip to content

pedromassango/movies_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge - Movie App

A movie app challenge. The data comes from The Movie Database.

Notes before running

  1. This project uses code generation, it may be necessary to run flutter pub run build_runner build first.

Considerations

  1. All the requirements are met.

  2. Added a custom page transition when navigation from movie search page to movie details page.

  3. It is possible to remove items from favorites by swiping from right-to-left in the favorites tab.

  4. It is possible to open the action menu in movie details page by scrolling the content. Note: Animation is not perfect yet.

  5. I've done so many things to demonstrate the DDD architecture since the time is limited, I was not able to meet all the requirements.

  6. There is a known bug: when you navigate to detail page from movies list, and go to favorites list then go to the details page again with the same movie, Flutter will complain that there is two Hero widgets using the same tag.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages