Hello,
How do you get the selected Item in a GridView?
In the GridView, when the user taps one of the dynamically generated items, I want to store the ID of the item they tapped in aa variable. The ID is coming from my Supabase.
How can this be done?