Jxxl3 / todo-list-android

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

Open Jxxl3 opened 2 weeks ago

Jxxl3 commented 2 weeks ago

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.

404thecomputer commented 1 week ago

Lemme give it a whirl.