All Projects → vellt → Movies-App-Flutter

vellt / Movies-App-Flutter

Licence: MIT license
MoviesApp based on themoviedb API

Programming Languages

dart
5743 projects
HTML
75241 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Movies-App-Flutter

FlutterMovieDetail
Simple Flutter Movie List & Detail Screen ui.
Stars: ✭ 40 (-72.6%)
Mutual labels:  movies, movies-api
movies
Real world isomorphic application for movies search, based on Webpack 5 / Express / React 17 + Redux-Saga / Bootstrap 4.6 + CSS Modules / i18next / SSR
Stars: ✭ 20 (-86.3%)
Mutual labels:  movies, movies-api
MoviezApp
Simple iOS application that provides you with the latest movies in cinema.
Stars: ✭ 22 (-84.93%)
Mutual labels:  movies, movies-api
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud
Stars: ✭ 163 (+11.64%)
Mutual labels:  movies
Bandersnatch
💻 Interactive Black Mirror: Bandersnatch Paths Website 🎥
Stars: ✭ 169 (+15.75%)
Mutual labels:  movies
Movie Swiper
React Native client for TMDb 🎬 https://www.themoviedb.org
Stars: ✭ 223 (+52.74%)
Mutual labels:  movies
stream-box
Free, open source, movie and TV show streaming application
Stars: ✭ 45 (-69.18%)
Mutual labels:  movies
Streaming
r/freemediaheckyeah
Stars: ✭ 147 (+0.68%)
Mutual labels:  movies
v
VIP电影在线播放
Stars: ✭ 23 (-84.25%)
Mutual labels:  movies
Movies2anki
Convert movies with subtitles to watch them with Anki. Inspired by subs2srs
Stars: ✭ 211 (+44.52%)
Mutual labels:  movies
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (+36.99%)
Mutual labels:  movies
Awesome Piracy
A curated list of awesome warez and piracy links
Stars: ✭ 13,911 (+9428.08%)
Mutual labels:  movies
Popular Movies
Tries to create a list of popular movies based on a series of heuristics
Stars: ✭ 223 (+52.74%)
Mutual labels:  movies
Moviemon
🎥 Everything about your movies within the command line.
Stars: ✭ 166 (+13.7%)
Mutual labels:  movies
TimelineView
TimelineView is a view of timeline for Android. You can create view of timeline for music and movie edit App.
Stars: ✭ 19 (-86.99%)
Mutual labels:  movies
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (+6.85%)
Mutual labels:  movies
movies-dataset
A dataset of films, directors, actresses and actors
Stars: ✭ 17 (-88.36%)
Mutual labels:  movies
Storyboarder
✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.
Stars: ✭ 2,467 (+1589.73%)
Mutual labels:  movies
Mellow
Mellow can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming to use those services directly in your Discord client.
Stars: ✭ 193 (+32.19%)
Mutual labels:  movies
Major Scrapy Spiders
Scrapy spiders of major websites. Google Play Store, Facebook, Instagram, Ebay, YTS Movies, Amazon
Stars: ✭ 223 (+52.74%)
Mutual labels:  movies

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 – 1

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 secret/the_moviedb_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

10/09/22 - Pravin Nichal: Added a new screen, which listed the similar movie gernes. screens/genre_wise_screen.dart Great Work!

11/09/21 - Rohit Chouhan: Added the missing secret/the_moviedb_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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].