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

https://github.com/gunseliunsal/orange-todo

This To-Do app efficiently organizes daily tasks, allowing easy addition, editing, and deletion of items, with secure Hive database storage for constant access to up-to-date task information.
https://github.com/gunseliunsal/orange-todo

flutter mobile todo todoapp-flutter

Last synced: 3 months ago
JSON representation

This To-Do app efficiently organizes daily tasks, allowing easy addition, editing, and deletion of items, with secure Hive database storage for constant access to up-to-date task information.

Awesome Lists containing this project

README

        

ORANGE TO-DO 🍊



This simple To-Do application is a useful tool for organizing your daily tasks. You can easily add, edit, and delete items from the to-do list. Also, your data is securely stored using the Hive database, ensuring that you always have access to up-to-date information about your tasks.

## APP

## Installation

1. Create a new Flutter project:
```shell
flutter create orange-todo
```

2. Clone the repository:
```shell
git clone https://github.com/GunseliUnsal/orange-todo.git
```

3. Test your changes by running the app on an emulator or a physical device:
```shell
flutter pub get
flutter run
```