Giter VIP home page Giter VIP logo

alviansyh / flutter-movie-database-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codestronaut/flutter-movie-database-app

0.0 0.0 0.0 77.61 MB

This is a movie catalog app. The main feature is movies dan tv shows list, watchlists, and many more. This app is powered by TMDB (The Movie DB)

License: Apache License 2.0

Kotlin 0.02% Ruby 0.25% Swift 0.08% Objective-C 0.01% Dart 99.64%

flutter-movie-database-app's Introduction

Flutter Movie Database

Flutter Dart codecov GitHub stars GitHub forks Actions

Movie Database app is a Flutter app project that allows users to search for a movie or tv series, see the detail, season & episode, and save watchlist. The movies and tv series data is gotten from https://www.themoviedb.org/

alt text

Prerequisites

Before begin to install to your local machine and test it, make sure you have met the following requirements:

  • You have installed the latest version of Flutter SDK. Install Flutter
  • You have installed Android Studio and setup an emulator. Download Android Studio
  • You have installed XCode 13 and setup a simulator (if you are using macOS)

Run for the first time

After load the project to your local machine IDE, follow these steps:

Restore the package

flutter pub get

Run

flutter run

To use your own TMDB API Key, you can edit this line on the file inside lib/common/urls.dart:

class Urls {
  static const String baseUrl = 'https://api.themoviedb.org/3';
  static const String apiKey = 'api_key=YOUR_API_KEY';
  ...
}

Core concepts this project used

  • Clean Architecture ๐Ÿ—๏ธ
  • Test-Driven Development (TDD) - Unit, Widget, and Integration tests ๐Ÿงช
  • Advanced UI ๐Ÿ™๏ธ
  • Modularity

๐Ÿ”ฅ Contributing to This project

If you are currently learning Flutter development and want to start contributing to open source, let's get started! To contribute to this project, follow these steps:

  1. Fork this repository
  2. Create a new branch: git checkout -b <branch_name>
  3. Make your changes and commit them: git commit -m '<commit_message>'. Please follow this Commit Style Guide
  4. Push your changes to the original branch on your repository
  5. Create the PR (Pull Request)

To contributing to this project, you can explore TMDB API Docs and start add a new feature that intresting and useful for cinephile.

IMPORTANT: You must follow the clean architecture and TDD proccess to add a new feature.

Contributors

Thanks ๐Ÿ˜Š

flutter-movie-database-app's People

Contributors

codestronaut avatar domesticmouse avatar imgbotapp 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.