This method appears to be for testing, but I actually need to scroll a widget onto the screen after rebuilding the UI with more widgets.
This exists in the GWT world.
Is there any way to achieve this in Flutter ?
This method appears to be for testing, but I actually need to scroll a widget onto the screen after rebuilding the UI with more widgets.
This exists in the GWT world.
Is there any way to achieve this in Flutter ?
You can use scroll_to_index plugin as a workaround. Keep tab on the Widget's index that you'd like to navigate to utilize this package.