A cross-platform Todo List application developed using Flutter. Manage your tasks efficiently with this simple and intuitive app.
- Add, delete, and mark tasks as completed.
- Predefined to-do list for a quick start.
- Customizable themes and colors.
- Cross-platform (iOS and Android) support.
lib/
home.dart
: Home screen of the application.main.dart
: Entry point for the application.todo.dart
: Predefined todo list.todo_item.dart
: Adding, deleting new tasks functionality.colors.dart
: Custom colors for the application.todo_themes.dart
: Theme configuration for the application.
- Clone the repository:
git clone https://github.com/yourusername/TodoListApp.git
cd TodoListApp
- Install dependencies:
flutter pub get
flutter run
- You can customize the colors used in the application by modifying the
colors.dart
file. - You can change the overall theme of the application, and update the
todo_themes.dart
file.
Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or create a pull request. Please adhere to the code of conduct when contributing.
This project is licensed under the MIT License
.
![](https://private-user-images.githubusercontent.com/76906387/295928566-06703535-a386-4e4d-b851-835bfb5eba1b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTczOTksIm5iZiI6MTczOTI1NzA5OSwicGF0aCI6Ii83NjkwNjM4Ny8yOTU5Mjg1NjYtMDY3MDM1MzUtYTM4Ni00ZTRkLWI4NTEtODM1YmZiNWViYTFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA2NTgxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE1YWFiNjkxOTc3YThhYzAzMGRhYjdjODA5NzY2ZTA2ZTU0MTlkOThiNDRhODYzMzgxNzM1NzIxYTM4N2U4M2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.bSO3LHcFxJ2p8SjY6fWHs4dJZYgsothV-0I4bkxXVKI)
![](https://private-user-images.githubusercontent.com/76906387/295930867-ea8e2ad2-51e8-4076-ab0d-3b3a2658af7c.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTczOTksIm5iZiI6MTczOTI1NzA5OSwicGF0aCI6Ii83NjkwNjM4Ny8yOTU5MzA4NjctZWE4ZTJhZDItNTFlOC00MDc2LWFiMGQtM2IzYTI2NThhZjdjLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA2NTgxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEwNDFlMjQ3YTBlMjVmZmE0NWNjMTdjNjlkMGE2YjFhZWM0YTFjMDQzMjJmMjY1ZjdkOWRlZjM0ZTEzYzVlNDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Trub_ZEUeJNTFrZzGVRMf_2KvyOyuU8ZYvRNb_79kvU)