Git Product home page Git Product logo

movies-app-flutter's Introduction

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

movies-app-flutter's People

Contributors

pjnichal avatar rohit-chouhan avatar vellt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

movies-app-flutter's Issues

Certificate issue

A scan (see here for details and background) just revealed the APKs at your releases are signed using an expired debug key ("denyAfter 2019-01-01"). As that has security implications, may I ask you to please switch to a proper release key, and provide the corresponding APK signed with it? Thanks in advance!

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.

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]

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.