Git Product home page Git Product logo

flutter_moovi_time's Introduction

MooviTime

An open source movie centered mobile app made with Flutter.

App preview

MooviTime dark theme MooviTime light theme

Clean Architecture

Defined as 3 layers, from outer to the inner one

  • Presentation (ui, bloc)
  • Domain (has no access to layer, usecases, mapped objects from layer, repository interfaces)
  • Data (implements domain's interfaces, mappers, network responses)

Read more about Clean Architecture here and here

Build Android apk

flutter build apk

Build iOS ipa

flutter build ipa

How to run the app for the first time?

1. Install all packages/libraries `flutter packages pub get`
2. Build generated models `flutter pub run build_runner build --delete-conflicting-outputs`
3. Click play

Flutter cmd helper methods

Clean built models

flutter pub run build_runner clean

Run build runner

flutter pub run build_runner build --delete-conflicting-outputs

Analyze dependencies to find which ones can be upgraded

flutter pub outdated

Upgrade all dependencies

flutter pub upgrade --major-versions

Flutter clean

flutter clean

Flutter get packages

flutter packages pub get

API

The base url is a movie database api https://www.themoviedb.org.

Features

  • Movies (Now playing, Popular, Top rated, Coming soon, Genres)
  • TvShow (Airing today, On the air, Popular, Top rated)
  • People (Popular)
  • Search Movies, TV Shows, and People
  • Account (Favorites, Watchlists, Lists)

Google Play Store

MooviTime is now available on the Google Play Store.

Cloning

Clone the GitHub repository and open the project in Android Studio or Visual Studio Code.

$ https://github.com/rok5ek/flutter_moovi_time.git

License

MooviTime is licensed via Apache License v2.0.

Author

Rok Petek, https://www.linkedin.com/in/rok-petek-4673b459/

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.