How can I make a scrollable wrapping view with Flutter?

后端 未结 2 1970
萌比男神i
萌比男神i 2021-02-15 11:28

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:06

    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

提交回复
热议问题