Hello community, how are you?
Could you help me with the following situation?
I have created a component called "dropnotifications" it contains a container, a stack and within 2 listviews, one will show the read notifications and the other the unread notifications with a Switch, the latter works well for me, the problem I have is that I need to loop through the list view and click on the text to be able to navigate to another page, apparently a list view doesn't allow you to do that.
Scroll through a listview and click
Troubleshooting
I tried to place a listview for each text and be able to click, but it doesn't work either, I think the listview can't do this.
Do you know another element that allows it? Or you can with listview but I can't find the logic of how to do it
I have been in fluterflow for a short time, and I would appreciate it if you could help me, thank you very much in advance.
Yes
2