Skip to content

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.

Notifications You must be signed in to change notification settings

VineetC137/TODO-LIST-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter TODO List App

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.

Features

  • 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 TextField for entering task titles and date/time pickers for selecting due dates and times.

Technology Stack

  • 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.

Usage

  • 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.

Screenshots

Screenshot_20240927-022000 Screenshot_20240927-021957

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published