A Flutter-based To-Do List app with priority management features. Users can create, organize, and track tasks efficiently with an interface and priority-based sorting.
MIT License
0
stars
0
forks
source link
Tapping on a To-Do Item Does Not Toggle Completion Status #1
When a user taps on a to-do item in the list, the item's completion status is expected to toggle between completed and not completed. Currently, tapping an item does not change its state because the onTap callback is passing the current completed status without toggling it.
When a user taps on a to-do item in the list, the item's completion status is expected to toggle between completed and not completed. Currently, tapping an item does not change its state because the onTap callback is passing the current completed status without toggling it.