- application that provides information about films directed by women.
- Lack of API that details this kind of information easily.
- Regular app that provides information of popular, top rated and new movies.
- The Movie Database (TMDB) free api
- Package oriented structure (main, app, movies, data);
- Bloc Pattern;
- An attempt to follow SOLID principles;
- Better and more complete tests;
- Test repositories, services, blocs, widgets and views.
- Better reuse of code and widgets;
- Among thousands of other things :p