Coder Social home page Coder Social logo

flutter_todo's Introduction

flutter_todo

Todo Mobile Tech Challenge

Download apk

Requirement:

Writing a TODO application include 3 screens:

  • All: Showing both complete and incomplete todo.
  • Complete: Showing complete todo.
  • Incomplete: Showing incomplete todo.
  • And a bottom navigation to switch between above screens.

Business logic:

  • Have a checkbox on each todo, if checked is complete, not is incomplete.
  • When interacting check and uncheck have to update UI.

Technical:

  • You can use any architecture that you want.
  • Should have unit test.
  • Using appropriate data structures

Build apk

  • Clone project

      git clone https://github.com/nguyenhoangvannha/flutter_todo.git
    
  • Open terminal and run

      flutter pub get 
    
  • To gererate code run

      flutter packages pub run build_runner build --delete-conflicting-outputs
    
  • Build release run

      flutter build apk --split-per-abi
    
  • Your apk location

      */flutter_todo/build/app/outputs/apk/release
    

Dependencies

internationalization

  • flutter_localizations:

state management

  • flutter_bloc: ^2.1.1

local database

  • moor_flutter: ^2.0.0
  • shared_preferences: ^0.5.4+8

di

  • injector: ^1.0.8

ui

  • shimmer: ^1.0.1
  • flutter_form_builder: ^3.7.1

utils

  • equatable: ^1.0.1
  • intl: ^0.15.8

test

  • flutter_test:
  • mockito: ^4.1.1
  • bloc_test: ^2.2.2

    source gen

  • build_runner:
  • moor_generator: ^2.1.1

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.