Hi everyone,
I’m trying to implement an auto-scroll behavior on my landing page in FlutterFlow and couldn’t find how to do it in the documentation or in other examples, so I’m asking for help here.
I have a landing page with multiple sections. One of the sections is “Why You Choose Us” (see screenshot 1). I also have a hamburger menu. When the user opens the hamburger menu (see screenshot 2) and taps the “Why You Choose Us” menu item, I want the page to automatically scroll to the “Why You Choose Us” section on the same page.
In the FlutterFlow documentation I only found examples about navigating to another page (using actions like Navigate to Page), but not scrolling to a specific position/section within the current page.
What is the correct way to achieve this in FlutterFlow?
Is there any built-in action like Scroll To Widget or Scroll To Position for this use-case?
Do I need to use a ScrollController, custom code, or a specific widget/action setup?
How should I configure the target section and the hamburger menu item so that tapping the menu item scrolls directly to that section?
Any step-by-step explanation or example would be really appreciated.
Thank you in advance!