1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Adding WhatTodo app in Full apps (#27)

This commit is contained in:
Burhanuddin Rashid
2018-12-07 00:06:21 +05:30
committed by Andrew Brogdon
parent e05dedbc5f
commit c61bb7e17f

View File

@@ -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 A simple reversi clone built with Flutter. It showcases some implicit animations
and how to move work off the UI thread into an isolate. 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 ## Demos
#### [Shrine](shrine) _(Flutter team)_ #### [Shrine](shrine) _(Flutter team)_