MoviesApp based on themoviedb API

Overview

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

You might also like...

A Flutter app based on the design of the Social Media Integeration App

A Flutter app based on the design of the Social Media Integeration App

A Flutter app based on the design of the Social Media Integeration App

Dec 8, 2021

A proximity based chat room

grid A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Sep 1, 2022

Flutter based android app

Ask Us Ask Us is a flutter based android app. It's basically a discussion forum somewhat like Quora, designed to ask questions, share their experience

Dec 13, 2022

A Dart FFI package to send 💬 toasts on Windows. Written in C++, based on WinToast.

A Dart FFI package to send 💬 toasts on Windows. Written in C++, based on WinToast.

desktoasts A Dart package to send native 💬 toasts on Windows. Installation For Flutter dependencies: ... desktoasts: ^0.0.2 For Dart CLI here Sup

Mar 7, 2022

Body mass index (BMI) is a measure of body fat based on height and weight that applies to adult men and women. Here is the simple program for BMI calculator in Flutter.

Body mass index (BMI) is a measure of body fat based on height and weight that applies to adult men and women. Here is the simple program for BMI calculator in Flutter.

BMI-Calculator Body mass index (BMI) is a measure of body fat based on height and weight that applies to adult men and women. Here is the simple progr

Oct 31, 2021

Dart package to rank proposals according to Majority Judgment, using a score-based algorithm for performance and scalability

Majority Judgment for Dart This Dart package helps to resolve polls using Majority Judgment. Features Efficient Majority Judgment algorithm, scales we

Oct 18, 2021

An Android/iOS based NFT marketplace.

An Android/iOS based NFT marketplace.

NFT Store Inspiration I first got the idea to create NFT Store by looking at the $69 million Beeple's NFT. The piece of art is made from 5,000 tiles m

Nov 25, 2022

A flutter based app using python scripts as backend for a quotes app.

A flutter based app using python scripts as backend for a quotes app.

Fluthon APP A new Flutter project which is supported from a python script and lists quotes . Deployment 📲 - /Script - python main.py. - Run main.d

Nov 16, 2022
Comments
  • Wish to contribute

    Wish to contribute

    Hey, I am Pravin Nichal. I would like to contribute in this app can you please assign me task. This is for my open source contribution class please contact me at [email protected]

    opened by pjnichal 5
  • versioning issues

    versioning issues

    While your latest tag suggests a version of 0.0.2, the APK identifies the app as

    package: name='com.example.movies_app_flutter' versionCode='1' versionName='1.0.0' compileSdkVersion='31' compileSdkVersionCodename='12'
    

    According to your release history, it should read versionCode='2' versionName='0.0.2' instead. The problem originates here – this line in your pubspec.yaml should, for the current release, be

    version: 0.0.2+2
    

    and be adjusted with every release (right before tagging and building the APK). Could you please fix that? For some background:

    • as the app would always show up as 1.0.0 regardless of the version installed, users would never know if they have the most recent release installed
    • as versionCode is never changed, Android would consider them all the same version (it requires this to be increased with each release)

    Thanks in advance!

    opened by IzzySoft 2
  • Genre wise list

    Genre wise list

    Hey 👋 I have added the feature of discovering movies by genre. Please go through the code and let me know if something is wrong.


    Here are screenshots

    opened by pjnichal 0
  • New name idea

    New name idea

    Mochi. When I think of flutter (the word specifically), I think of sonething light and airy, but also dense at the same time. Mochi is thin and light on the outside, and has thick, decadent ice cream filling. It also kinda sounds like movie.

    opened by FieryMewtwo 0
Releases(v0.0.2)
Owner
Szántó Benjámin
⠇⠁⠎⠎ ⠙⠊⠑ ⠵⠥⠅⠥⠝⠋⠞ ⠅⠕⠍⠍⠑⠝ ⠥⠝⠙ ⠥⠝⠎ ⠵⠑⠊⠛⠑⠝ ⠺⠁⠎ ⠏⠁⠎⠎⠊⠑⠗⠞⠲⠲
Szántó Benjámin
Movies - A simple movie app using TMDB API(developers.themoviedb.org)

movies A simple movie app using TMDB API(developers.themoviedb.org) Screenshot M

António Pedro 6 Nov 29, 2022
With ML Kit's face detection API, you can detect faces in an camera or image, Note that the API detects faces, it does not recognize people

Face Detection This project is a starting point for a Flutter application. Getting Started For help getting started with Flutter, view our online docu

Nashwan Abdullah 21 Dec 29, 2022
Weather-App-Api- - Simple Realtime Weather App With Api

music_app A new Flutter Weather App project. Getting Started // اول حاجه تعمل en

Youssif El Sayed 5 Nov 11, 2022
a meme-based chat application

MemeChat An example of a meme-enabled chat app on Flutter, using Firebase, Google Sign In, and device camera integration. MemeChat contains platform-s

Emily Fortuna 528 Dec 25, 2022
Flutter Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.

Flutter Music Player First Open Source Flutter based Beautiful Material Design Music Player(Online Radio will be added soon.) Demo App Play Store BETA

Pawan Kumar 1.5k Jan 8, 2023
AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.

AuthPass.app - Open Source Password Manager for mobile and desktop AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3

AuthPass 1.5k Jan 5, 2023
gui automation based on pyautogui python as backend and flutter desktop as frontend, drag and drop tool, no coding required.

GUI_AUTOMATION gui automation based on pyautogui python as backend and flutter desktop as frontend, drag and drop tool, no coding required. Install py

Hassan Kanso 34 Oct 30, 2022
Upper is a open source back-end framework based on the Dart language.

What is Upper? Upper is a open source back-end framework based on the Dart language. With it, it is possible to automatically generate a gRPC API for

Andriws Luna 40 Sep 5, 2022
A bugless implementation of BigDecimal in Dart based on Java's BigDecimal

big_decimal A bugless implementation of BigDecimal in Dart based on Java's BigDecimal Installation Add the following to your pubspec.yaml: dependencie

null 18 Jul 27, 2022
Encryption based on asymmetric cryptography

RSA Encryption Flutter Make sensitive conversations safe. Give your conversation partner your public key to encrypt the message for you, which only yo

Szántó Benjámin 23 Jan 8, 2023