Skip to content

qasimsiddiqui/MovieApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies App

A Flutter project to search for latest, upcoming and trending movies and view their details. 🎬🍿

Learning Objectives

  • Learned how to fetch data from REST API
  • Learned how to display and load images from URL, add BackDropFilter to images, and how to manage if no image if returned
  • Practice Flutter as always 😆

 

Future improvements

  • Add local database to store user's wishlist and watched movies.

 

Screenshots

Getting Started

Prerequisites

Register at TMDB , create and add your API Key to the project in the file lib/api/api_key.dart.dist and then remove the .dist file extension.

Flutter and Android Studio should be installed and properly configured.

To check proper installation:

cmd> flutter doctor -v

Run

To run the project, simply run pub get and flutter run to run project on any emulator.

 

Built With Flutter flutter-img

Authors

About

Movies App that fetches data from TMDB API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages