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.
- Host: GitHub
- URL: https://github.com/tutorialsandroid/todo-app-flutter-android
- Owner: TutorialsAndroid
- License: mit
- Created: 2025-02-25T11:32:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T11:39:05.000Z (3 months ago)
- Last Synced: 2025-03-07T23:13:42.763Z (3 months ago)
- Topics: android, android-app, android-studio, flutter, flutter-app, flutter-ui, todo, todoapp, todolist
- Language: Dart
- Homepage:
- Size: 96.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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!