'Simultaneous 2D scrolling in body of scaffold (design apps miro or figma)
I'm a newbie flutter developer
I need some guidance regarding 2D scrolling where I can put widgets in the body and scroll 2D (vertical, horizontal AND diagonal scrolling)
I do not require the actual code but guidance as to which widgets or the logic I'm supposed to use.
figma has 2d scrolling which is an exact example of what I want.
I'm sorry I don't have any initial code to provide as I don't know where to start.
Solution 1:[1]
You can use SingleChildScrollView or listView for like static widgets.
if you have dynamic widgets than you can use ListView.builder
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 | Kishan Busa |
