alphabet_index_listview 1.0.0 copy "alphabet_index_listview: ^1.0.0" to clipboard
alphabet_index_listview: ^1.0.0 copied to clipboard

outdated

a a-z indexed listview

///Your list ,maybe a string list.

List

///generated AlphabetIndexGroup list, return your data string which used to get the fist letter tag.

List<AlphabetIndexGroup

///build your list view.

return AlphabetIndexListView( stickHeader: true, dataList: _groupContactList, //sideBarAlphabet: kDefaultAlphabets, groupBuilder: (String tag, int groupIndex) { return _buildHeaderItem(tag); }, childBuilder: (MemberModel data, int groupIndex, int childIndex) { return _buildListsItem(data); }, padding: const EdgeInsets.fromLTRB(0, 0, 0, 0), );

4
likes
0
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

a a-z indexed listview

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, lpinyin, scroll_to_index

More

Packages that depend on alphabet_index_listview