Git Product home page Git Product logo

cinexfers's Introduction

cine_xfers

This application is developed on Flutter 2.2.3 in the Stable channel.

Migrated to Flutter 3.0 and tested on Flutter v3.16.3 in Stable channel.

Objective

  1. Fetch a list of movies from this URL http://api.themoviedb.org/3/search/movie?api_key=6753d9119b9627493ae129f3c3c99151&query=superman&page=1

  2. Poster (size: w92, w185,w500) http://image.tmdb.org/t/p/w92/2DtPSyODKWXluIRV7PVru0SSzja.jpg

  3. Display result in ListView or GridView. The list would have the following rows Movie Image, Movie Name, Release date, Full description/Overview

  4. Tapping on the cell should display the detail screen.

  5. Pagination: when the user reaches the bottom of the list, it should load the second page if available.

Project Architecture

  • Android Flavors (development, production and qa)
  • State-management- Get
  • Design pattern - Atomic design pattern
  • Architecture pattern - MVVM
  • Navigation - Get
  • Localization - intl
  • Model classes - Equatable
  • Common widget showcase - dashbook
  • Unit testing - flutter_test
  • Http client - dio

Steps for running the application-

  1. Clone the project using git clone https://github.com/kaxp/CineXfers.git
  2. run flutter pub get
  3. For launching the debug app select cine_xfers-Dev from run and debug tab in vs code or using cli with commands shown in Step 4
  4. For debug build on development run flutter run --flavor development -t lib/main_development.dart
  • Similarly for production and qa run, change the development to production and qa respectively in above command and also change the entry point i.e main_prodcution.dart or main_qa.dart. Note: In this app the development environment is only active.

  • For running the widget testing run flutter run --flavor development -t lib/main_dashbook.dart command or select cine_xfers-Dashbook configuration on run and debug tab in vs code.

  • For running the unit test run flutter test test/movies_api_test.dart command

  • For running with Release build run flutter run --release --flavor development -t lib/main_development.dart command. Note release build should be run on physical device.

Video

Alt Text

cinexfers's People

Contributors

kaxp avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

kaxp232

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.