Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 717 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 717 Bytes

flutter_tasks

To-do app, using provider and bloc pattern.

walkthrough (click to see the video)

Demo

Third Party Libraries Used

  • provider A dependency injection system built with widgets for widgets.
  • rxdart used to create reactive block as it more powerful than dart streams.
  • moor_flutter Moor is an easy to use, reactive persistence library for Flutter apps..
  • fast_qr_reader_view to read task qr code.