Code Monkey home page Code Monkey logo

movie_series_app's Introduction

Flutter ยท Movie/Series App

App to show popular movies and series, even filter movie and series genres. This app uses Flutter with Riverpod generator as state management and dependency injection, for navigation uses Go Router. Also, the app is multi-language in English and Spanish.


Flutter

  • Clone this project.
  • If you want to rename the bundles for each platform, you must do the steps below.
    • For Android, you must rename the bundle id on app/build.gradle.
    • For iOS in XCode IDE, you select Runner and change the 'Bundle Identifier' text.
  • Run project and enjoy ๐Ÿ˜„

Setting Up

Setting arguments

  • You must set the api uri, the image uri (already set here), and your api key. You must create a json file with the name config-keys.json and set to the root's project.

    {
    "TMDB_API_URI": "api.themoviedb.org",
    "TMDB_IMAGE_URI": "https://image.tmdb.org/t/p/original",
    "TMDB_API_KEY": "<YOUR_TMDB_API_KEY>"
    }
  • You must set the json file in the Dart Define command, setting in the additional run arguments below

    --dart-define-from-file=config-keys.json
    

For more info to get your api key, go to this link.


Used packages

Dependencies

Dev dependencies

movie_series_app's People

Stargazers

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

Watchers

 avatar  avatar

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.