to-do list
a to-do list app built using dart/flutter.
features
- users can create their own tasks by clicking on the ‘+’ buttons.
- you can mark a task as done by cliking on it (check it).
- when creating a task you may choose to add a deadline, including only a date or a date and a time.
- you can edit tasks by clicking on the pen button.
- you can delete a task by sliding it from right to left.
possible features
- user could add more than one list.
- user could receive a push-up when a task is expired.
- users could change the color scheme of the app.
screenshots
homepage
add new task
pick date and time
Comments are closed.