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.
- Create a new Flutter project:
flutter create orange-todo
- Clone the repository:
git clone https://github.com/GunseliUnsal/orange-todo.git
- Test your changes by running the app on an emulator or a physical device:
flutter pub get
flutter run