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

https://github.com/tutorialsandroid/todo-app-flutter-android

A sleek and modern TODO list app built with Flutter. This app allows users to add, edit, complete, and delete tasks with an automatic countdown timer for each task.
https://github.com/tutorialsandroid/todo-app-flutter-android

android android-app android-studio flutter flutter-app flutter-ui todo todoapp todolist

Last synced: 3 months ago
JSON representation

A sleek and modern TODO list app built with Flutter. This app allows users to add, edit, complete, and delete tasks with an automatic countdown timer for each task.

Awesome Lists containing this project

README

        

# 📝 Flutter TODO List App

A sleek and modern TODO list app built with Flutter. This app allows users to add, edit, complete, and delete tasks with an automatic countdown timer for each task.

## 📥 Download
[![Download TODO App](https://img.shields.io/badge/Download-TODOApp-blue)](https://github.com/TutorialsAndroid/TODO-App-Flutter-Android/raw/refs/heads/main/apk/demo.apk)

## 🚀 Features

- 📌 Add tasks with a countdown timer (60s auto-delete feature)
- ✏️ Edit tasks seamlessly
- ✅ Mark tasks as completed
- 🗑️ Delete tasks manually
- ⏳ Real-time countdown timer displayed for each task
- 🎨 Beautiful and responsive UI with Material Design

## 🛠️ Installation

1. Clone the repository:
```sh
git clone https://github.com/TutorialsAndroid/TODO-App-Flutter-Android.git
```
2. Navigate to the project directory:
```sh
cd flutter-todo-app
```
3. Install dependencies:
```sh
flutter pub get
```
4. Run the app:
```sh
flutter run
```

## 🔧 Technologies Used

- Flutter
- Dart
- Material Design

## 📜 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## 💡 Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue to suggest improvements.

## 📬 Contact

For any questions or feedback, reach out via [[email protected]].

---
💙 Made with Flutter!