Skip to content

mohammedf99/movie_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie_app

About the project

Movie app is a simple application that uses The Movie Database (TMDB) to fetch trending movies and view details of desired movie.

Features of Movie App:

  • Uses TMDB to fetch trending movies.
  • Detail of each movie.
  • Search field to look for desired movie.
  • List of movies based on genre.

Used Dependencies:

  • http: to make http requested.
  • flutter_bloc: used for state management
  • flutter_dotenv: to load configuration at runtime from a .env file which can be used throughout the application.
  • equatable: to implement value based equality.
  • cached_network_image: A flutter library to show images from the internet and keep them in the cache directory.
  • get_storage: to store some data localy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published