Skip to content

sumitk/Movies-App-Flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies App 🎬

Hi, do you like movies? 😁 Try MoviesApp here, or if you are a developer click here. There are currently 4 themes in the app. Search for your favourite movie and add it to your favourites.

visitors Web 1280 – 1 License

web 1280

Operating Principle

The app sends requests and receives responses from the themoviedb API.
To learn more about APIs and the Multitier architecture click here.

multitier_architecture

Dependencies

Getting Started

This application is using api of themoviedb, so before using it you have to create an api from themoviedb and generate an API and apply it to this application, follow the below step to connect api with this app.

First go to https://www.themoviedb.org/documentation/api, and follow the API Documentation, you will get the API Code.

  • go to lib/secret/themoviedb_api.dart
  • you will see the code like this
const String themoviedbApi = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
  • replace the all xx.. to your API, like this
const String themoviedbApi = 'your_api_code_here';
  • enjoy coding 💙

Contributors Changes

11/09/21 - Rohit Chouhan: Added the missing secret/themoviedb_api.dart file for running the project and the exact documentation for its correct use of the api file.

License

This project is licensed under the MIT License

About

MoviesApp based on themoviedb API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 92.1%
  • HTML 6.3%
  • Objective-C 1.3%
  • Java 0.3%