Git Product home page Git Product logo

my_tmdb's Introduction

MyTMDB

This is a "crowdsourced" Flutter tutorial project, mainly showcasing an architecture for a full-fledged app, but can be used to demonstrate other Flutter-specific approaches.

The main architecture principle for this app is KISS: removing abstractions that only exist "because this is best practice".

Being a code reviewer, consultant and mentor on a regular basis, I often see these overengineering practices come into Flutter apps architectures โ€“ so this sample project is my attempt to vote against this cargo cult of "enterprise-style" architecture, and show that even the simple architecture can be scalable.

The app itself is the client to TMDB API: some abstract "movie" app. There are no exact specifications and we can add as many features as we want.

Why "crowdsourced"? You're free to participate in this project in any form: ask questions if something is unclear; argue if the architecture is too simple or too complex (but be ready to prove your point of view); request some features to implement to see how (or if) it can be implemented using this KISS approach. And, of course, create PRs and participate in discussions.

Modular architecture

Dependencies graph

Attribution

This product uses the TMDB API but is not endorsed or certified by TMDB.

flutter run --dart-define=TMDB_API_KEY=$TMDB_API_KEY -d 0C88E072-58F4-47AE-8FAE-AD5FCD404D7A

flutter pub upgrade flutter pub outdated flutter packages pub run build_runner build --delete-conflicting-outputs flutter test --update-goldens --tags=golden flutter test

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.