Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurbz/to_do_list
A To-Do List App built using Dart/Flutter.
https://github.com/arthurbz/to_do_list
dart firstapp firstappforlearning flutter flutter-apps flutter-todo flutter-todo-list todo-app todoapp todolist todolist-application
Last synced: 3 months ago
JSON representation
A To-Do List App built using Dart/Flutter.
- Host: GitHub
- URL: https://github.com/arthurbz/to_do_list
- Owner: arthurbz
- License: mit
- Created: 2020-03-05T04:03:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T13:30:11.000Z (almost 4 years ago)
- Last Synced: 2024-05-29T09:01:02.951Z (5 months ago)
- Topics: dart, firstapp, firstappforlearning, flutter, flutter-apps, flutter-todo, flutter-todo-list, todo-app, todoapp, todolist, todolist-application
- Language: Dart
- Homepage:
- Size: 566 KB
- Stars: 41
- Watchers: 1
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-todos - Dart
README
# To-Do List
Introduction
I've always used to-do lists, and since I didn't knew what to do as my first independent Dart/Flutter project, I've chosen to create my
own to-do list app, so, here it is. It's very simple, but it helped me to understand and put into practice a lot of things, that before this project, I've had only learned thorugh theory or coding along with courses.
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
- Use SQLite to store tasks.
- 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