contact_list_view 1.1.1
contact_list_view: ^1.1.1 copied to clipboard
A Flutter sliver-based contact list with A-Z index navigation, sticky section headers, and extensible builders for index, cursor, and header rendering.
1.1.1 #
- Fix section jump failures on index drag by using
SliverList-level contexts instead of list item contexts - Fix index highlight sync mismatch in viewport observation by aligning section context tracking
- Fix index cursor vertical offset calculation (
heightinstead ofwidth)
1.1.0 #
- Remove
showStickyHeaderproperties - Fix the abnormal alphabetic index problem when
stickyisfalse
1.0.0 #
- Initial release with sticky headers and index bar / 初始版本,支持粘性分组头与字母索引条
