contact_list_view 1.4.0
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
itemExtent,startItemExtent,endItemExtentparameter - The
startSliversparameter should be renamed tostartChildren. - The
endSliversparameter has been renamed toendChildren. - The
startChildrenandendChildrenparameters no longer require theSilvercomponent.
1.3.1 #
- update
signals_flutterto7.1.0andscrollview_observerto1.27.0, upgradesignals_lintto7.1.0
1.3.0 #
- apply code formatting and update
signals_flutterto7.0.0withsignals_lintintegration
1.2.0 #
- migrate to
signals_flutterpackage and updateContactListViewwithscrollCacheExtentandkeyboardDismissBehaviorsupport
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
