From c61bb7e17f667e686020925d3b8067ac65442ec4 Mon Sep 17 00:00:00 2001 From: Burhanuddin Rashid Date: Fri, 7 Dec 2018 00:06:21 +0530 Subject: [PATCH] Adding WhatTodo app in Full apps (#27) --- INDEX.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INDEX.md b/INDEX.md index bb7501a45..a194abb19 100644 --- a/INDEX.md +++ b/INDEX.md @@ -66,6 +66,9 @@ An unofficial Finnkino client that shows movies and showtimes of Finnkino cinema A simple reversi clone built with Flutter. It showcases some implicit animations and how to move work off the UI thread into an isolate. +#### [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [![GitHub stars](https://img.shields.io/github/stars/burhanrashid52/WhatTodo.svg?style=social&label=Star)](https://github.com/burhanrashid52/WhatTodo) [![GitHub forks](https://img.shields.io/github/forks/burhanrashid52/WhatTodo.svg?style=social&label=Fork)](https://github.com/burhanrashid52/WhatTodo/fork) +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. + ## Demos #### [Shrine](shrine) _(Flutter team)_