I have a list of objects that only one of them can be selected. For this I have a column in this table (table of objects) that shows the status of the object (selected or not selected) I want to select the item to be clicked and change the status to the selected mode and uncheck the other items.
what is the solution in sqlite/sqflite flutter?