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
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
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
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
sorting
you can sort your task with date i.e today and next 7 days and also according to project and labels
what’s next?
- editiable project,label and task
- deletable project and label
- comment/description in task
- reminder with notification
Comments are closed.