플러터에서의 최고 List 패키지들은 다음과 같습니다. ListView 위젯은 스크롤 가능한 목록으로 데이터를 표시하는 데 사용됩니다. 아래에 언급된 플러터 패키지를 사용하면 슬라이더, 스와이프 또는 재정렬 가능한 항목이 있는 목록을 추가 기능과 함께 만들 수 있습니다. Sliver List, 그룹화된 목록 및 알파벳 목록과 같은 특수 목록도 만들 수 있습니다.
azlistview
283
A Flutter sticky headers & index ListView. IndexBar. such as citylist, contactlist. index and hover effect.
indexed_list_view
192
Infinite ListView that lets you programmatically jump instantly to any item, by index. Performant for lists of any size.
alphabet_list_scroll_view
192
A customizable listview with A-Z side scrollbar to fast jump to the item of the selected character.
group_list_view
164
Flutter package for ListView that allows you to group list items and support headers.
sticky_and_expandable_list
153
Build a grouped list, which support expand/collapse section and sticky header, support use it with sliver widget.
sticky_infinite_list
105
Infinite list with sticky headers that can be rendered any direction. Supports header positioning. Can be customized or with config options or with override.
flutter_cart
90
카트 관리를 위한 플러터 패키지입니다. 이 패키지를 사용하면 카트에 대한 기본 작업을 수행할 수 있습니다. (카트에 추가, 카트에서 제거, 총 개수 가져오기 등)
alphabet_scroll_view
90
스크롤 가능한 ListView 위젯입니다. 드래그하고 탭하여 그 문자로 시작하는 첫 번째 항목으로 스크롤할 수 있는 동적 수직 알파벳 목록이 있습니다.
circle_list
85
This is a flutter circle list plugin written entirely using dart, you can use it in ios, android or web!
clickable_list_wheel_view
79
Simple wrapper for ListWheelScrollView that allows children to respond on gesture (onTap) events.
list_tile_switch
72
A simple yet elegant widget combines Material ListTile with custom and original Material and Cupertino switch implementations.
shaky_animated_listview
71
List animations to track your scroll changes on screen or your list first attachment to animated your list items with different transition rules.
cupertino_listview
60
아이폰 UX 디자인을 준수하며 섹션(항목 그룹)의 수직 목록을 표시하는 위젯입니다. 현재 섹션 제목이 상단에 계속 표시됩니다(다음 섹션이 푸시되기 전까지).
selectable_list
53
A widget displaying a list of selectable items. When one of the items is selected, the other elements of the list are animated out, leaving the selected value.
expandable_reorderable_list
38
A wrapper around ReorderableListView that allows you to expand and collapse items.
automatic_animated_list
36
AnimatedList which computes the item deltas each time the underlying list gets updated, and animates the list tiles automatically.
item_selector
34
ListView, GridView, Row, Column 또는 기본적으로 인덱스가 지정된 자식 위젯을 가질 수 있는 부모 위젯과 함께 작동하는 일반적인 항목 선택기입니다.
animated_stream_list
33
스트림의 변경 내용에 애니메이션을 추가하여 쉽게 목록을 표시하는 Flutter 라이브러리입니다. StreamBuilder + ListView.Builder와 같은 기능입니다.
left_scroll_actions
30
A simple use left-scroll-actions widget like WeChat. Slide to left and you can see buttons.
expandable_sliver_list
27
A sliver List that you can then either expand or collapse, in order to show or hide the contents of the list.
extended_list
24
확장된 목록은 가비지 및 뷰포트 인덱스를 추적하고 특수 자식(child)으로 마지막 자식을 빌드하고 트레일(trailing)에 가까이 레이아웃할 수 있게 지원합니다.