Todo App
A simple Todo App built with Flutter that supports basic CRUD operations on todos. It features a clean user interface with Material 3 design principles and supports auto dark mode based on the system settings.
Features
- Create new todos with title
- Mark todos as completed or uncompleted
- Edit existing todos to update their titles
- Delete unwanted todos
- Supports auto dark mode based on system settings
Screenshots
Getting Started
Prerequisites
- Flutter SDK: Installation Guide
Installation
- Clone the repository:
git clone https://github.com/Endeavor36/todo_app.git
- Shell
- Navigate to the project directory:
cd todo_app
- Shell
- Install the dependencies:
flutter pub get
- Shell
Usage
- Connect your device or emulator.
- Run the app.
flutter run
- Shell
This will start the Todo App on your connected device or emulator. You can now explore the app's features and functionality.
Contributions
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. For major changes, please open an issue first to discuss your proposed changes.