Language: English | 中文简体
Flutter 城市列表、联系人列表,索引&悬停。基于scrollable_positioned_list.
AzListView, SuspensionView, IndexBar.
- 轻松创建城市列表或联系人列表界面。
- 列表项按A-Z分组。
- 带有悬停效果Header。
- 支持自定义Header。
- 支持索引联动。
- IndexBar支持自定义样式。
- IndexBar支持本地图片。
- 允许滚动到列表中的特定项目。
dependencies:
azlistview: ^1.1.1
Please see the Changelog page to know what's recently changed.
v1.1.0
itemBuilder不要包含Header,因为它是在内部自动合并的。fix #38.