flutter
what todo app
life can feel overwhelming. but it doesn’t have to.
a simple todo app design in flutter to keep track of your task on a daily basis. you can add project, labels and due-date to your tasks.
todo app features
- add projects by specifying a unique color to it
- add labels by specifying a unique color to it
- add task by defining its priority
- swipe to delete or complete the task
- sorting task
- works offline using sqflite database
project
the todo app already has a preloaded inbox project. you can add more projects by clicking add project button on sidedrawer. from material color list you can specify any single color to the project
![[2025] Simple Flutter Todo app design simple flutter todo app design](https://i0.wp.com/i.imgur.com/f01ijgz.gif?w=770&ssl=1)
you can assign only one project to a single task
labels
you can add multiple labels by clicking add labels button on sidedrawer. from material color list you can specify any single color to the label
![[2025] Simple Flutter Todo app design simple flutter todo app design](https://i0.wp.com/i.imgur.com/tzqgeww.gif?w=770&ssl=1)
you can assign multiple labels to a single task
task
you can add a task with multiple attributes. you must assign a project to task if not then by default it will be added in the inbox project. the task can have zero or more to label assing to it
![[2025] Simple Flutter Todo app design simple flutter todo app design](https://i0.wp.com/i.imgur.com/mns0d3b.gif?w=770&ssl=1)
swipe the task
you can delete a task by swiping left-to-right or your can mark task as completed by swiping right-to-left. you can also undo a completed task by clicking on options menu where it shows the list of all completed tasks there you can swipe right-to-left to undo the completed task
![[2025] Simple Flutter Todo app design simple flutter todo app design](https://i0.wp.com/i.imgur.com/yu0gp1t.gif?w=770&ssl=1)
sorting
you can sort your task with date i.e today and next 7 days and also according to project and labels
![[2025] Simple Flutter Todo app design simple flutter todo app design](https://i0.wp.com/i.imgur.com/wzou22s.gif?w=770&ssl=1)
what’s next?
- editiable project,label and task
- deletable project and label
- comment/description in task
- reminder with notification
Comments are closed.