How can I make a scrollable wrapping view with Flutter?

后端 未结 2 793
独厮守ぢ
独厮守ぢ 2021-02-15 11:26

I want to display a finite number of items and wrap when the user scrolls in either direction. How do I do this?

2条回答
  •  清酒与你
    2021-02-15 12:18

    As of December 2018 you can use this (with a suitable builder): https://pub.dartlang.org/packages/infinite_listview

    Or this: https://pub.dev/packages/indexed_list_view

提交回复
热议问题