Hi,
- Does the framework offer any widget that behaves like ListView from Android/Flutter or should I instead implement with Column widget?
In case of using Column widget:
-
Should I need to implementing a pagination logic to deal with large data set?
-
Is there a “clickable” widget like the “scrollable” widget that I can wrap a “row” of texts on the Column?
thank you for reading