This Flutter application is a simple TODO list manager that allows users to create, view, and delete tasks with optional date and time. It leverages the Flutter framework's capabilities to provide a clean and user-friendly interface.
- Add Tasks: Users can add new tasks with a title, date, and time.
- View Tasks: The app displays a list of tasks, showing the title and the associated date and time.
- Delete Tasks: Users can remove tasks from the list easily.
- Responsive UI: The app is designed to be responsive and adapts to different screen sizes.
- User Input: Utilizes
TextFieldfor entering task titles and date/time pickers for selecting due dates and times.
- Flutter: The app is built using the Flutter framework, which enables fast UI development across platforms.
- Dart: The programming language used for Flutter development.
- Intl Package: Utilized for formatting dates and times to improve user experience.
- Adding a Task: Click the floating action button to open a dialog where you can enter the task title, select a date, and choose a time.
- Viewing Tasks: The main screen displays all added tasks along with their scheduled date and time.
- Deleting a Task: Click the delete icon next to a task to remove it from the list.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.

