Coder Social home page Coder Social logo

yaraoprysk / flutter_movie_app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 116 KB

this repository contains my 5 hw lab for Flutter course | movie app using rest api & bloc pattern

Kotlin 0.27% Swift 0.43% Objective-C 0.04% Dart 97.67% HTML 1.59%

flutter_movie_app's Introduction

Flutter Movie App

this repository contains my 5 hw lab for Flutter course | movie app using rest api & bloc pattern

flutter_movie_app's People

Contributors

yaraoprysk avatar

Watchers

 avatar

flutter_movie_app's Issues

Lab 5 review

@yaraoprysk overral it's an impressive piece of work. The app has this "production" look and it's obvious that you've invested a lot of time in it.

Initially I didn't plan to give your more than 12/20 because of overdue deadlines (you did it twice actually), but after seeing this app I think it would be unfair, so you have 15/20 instead. Good job.

The issues to fix:

  1. image
    don't store API key in repository, for replace it with some placeholder, push to github and locally replace it with the value when you run the app

  2. Don't make subjects in your BLOC public: the consumer only needs to know about the sink (input) and stream (output), and the fact that we use subject for that is an implementation detail

  3. You have a lot of similar methods in your repository.dart. The only differences are the URL you use and type of response. You can create some generic version, pass url and response type in it, and have a single method to call all the APIs

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.