'flutter scrollIntoView
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 ?
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Omatt |