contact_list_view 1.4.0 copy "contact_list_view: ^1.4.0" to clipboard
contact_list_view: ^1.4.0 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.4.0 #

  • Ultimate performance optimization
  • add itemExtentstartItemExtentendItemExtent parameter
  • The startSlivers parameter should be renamed to startChildren.
  • The endSlivers parameter has been renamed to endChildren.
  • The startChildren and endChildren parameters no longer require the Silver component.

1.3.1 #

  • update signals_flutter to 7.1.0 and scrollview_observer to 1.27.0, upgrade signals_lint to 7.1.0

1.3.0 #

  • apply code formatting and update signals_flutter to 7.0.0 with signals_lint integration

1.2.0 #

  • migrate to signals_flutter package and update ContactListView with scrollCacheExtent and keyboardDismissBehavior support

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 (height instead of width)

1.1.0 #

  • Remove showStickyHeader properties
  • Fix the abnormal alphabetic index problem when sticky is false

1.0.0 #

  • Initial release with sticky headers and index bar
3
likes
160
points
387
downloads
screenshot

Documentation

API reference

Publisher

verified publisherjsontodart.cn

Weekly Downloads

A Flutter sliver-based contact list with A-Z index navigation, sticky section headers, and extensible builders for index, cursor, and header rendering.

Homepage
Repository (GitHub)
View/report issues

Topics

#widget #azlistview #contact #chat

License

Apache-2.0 (license)

Dependencies

flutter, scrollview_observer, signals_flutter, value_layout_builder

More

Packages that depend on contact_list_view