WhatTodo Versions Save

A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates

v.1.0.1

3 years ago

v.1.0.0

3 years ago

v.0.2.0

5 years ago

BLoC Diagram

This diagram show case the dependencies to create a feature specific BLoCs.The HomeBloc is independent and used as communication channel between its child widgets.

Relationship

This diagram shows that how each widget uses BLoCs.