/Todo

Primary LanguageC++

Flutter ToDo App

A simple Flutter ToDo application that allows users to manage their tasks efficiently. Users can add, edit, delete, and prioritize tasks. The app sorts tasks based on their priority levels for better task management.

Features

  • Add Tasks: Add new tasks with a title, description, and priority level.
  • Edit Tasks: Modify existing tasks with updated information.
  • Delete Tasks: Remove tasks that are no longer needed.
  • Task Prioritization: Assign priority levels (Low, Medium, High) to tasks.
  • Automatic Sorting: Tasks are automatically sorted by priority (High > Medium > Low).