An open API service indexing awesome lists of open source software.

https://github.com/emmaprofemx/todoapp-flutter

ToDoApp | Personal Project | Educational
https://github.com/emmaprofemx/todoapp-flutter

dart educational-project flutter flutter-examples to-do-list

Last synced: 5 months ago
JSON representation

ToDoApp | Personal Project | Educational

Awesome Lists containing this project

README

          

![GitHub Header](TODOAPP-FLUTTER.png)

# To Do App (2025) :dart: :white_check_mark:
![Flutter](https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white) ![Dart](https://img.shields.io/badge/dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=white) ![Android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white) ![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white) ![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)

In this repository a "To Do" project was created in which the user can add and delete notes. At the same time, the user can search for a specific note using the search engine inside the app.

## App home window

A screenshot of the application startup can be seen.

![Interfaz principal](https://github.com/emmaprofemx/ToDoApp-Flutter/blob/main/capturas/vtn75menos.png)

## Add

The user can add a note using the TextBox and clicking the add button.

![Agregando](https://github.com/emmaprofemx/ToDoApp-Flutter/blob/main/capturas/agregando.gif)

## Searching Note

The user can search for a note, enter the word in the upper bar and it will show the notes that have that word.

![Buscando](https://github.com/emmaprofemx/ToDoApp-Flutter/blob/main/capturas/buscando.gif)

## Ready

Once the user has finished a task, clicking on the purple box sets it as completed.

![Realizado](https://github.com/emmaprofemx/ToDoApp-Flutter/blob/main/capturas/realizado.gif)

## Deleted

Finally, the user can delete the task by clicking on the button next to each task.

![Eliminando](https://github.com/emmaprofemx/ToDoApp-Flutter/blob/main/capturas/eliminando.gif)