Adding Next and Previous Navigation Buttons in FlutterFlow

General Conversations

As shown in the first picture, I have a list of items on page 1. When any item is clicked, it navigates to the view page (second picture) where the item's information can be viewed and edited.

On this view page, I would like to add two buttons:

  1. A "Next" button to navigate to the next item in the list, allowing the user to view and edit the next item's information without going back to the list of items page.

  2. A "Previous" button to navigate to the previous item in the list, allowing the user to view and edit the previous item's information without returning to the list of items page.

How can I add these navigation buttons in FlutterFlow to achieve this functionality? can someone please help me with this?

Thanks

2 replies