FLUTTER ECOSYSTEM

LiewJunTung/alphabet_list_scroll_view

LiewJunTung/alphabet_list_scroll_view open-source repository details.

알파벳 목록 스크롤 뷰 프로젝트 이미지
Stars
78
Forks
39
최근 푸시(UTC)
2023. 1. 20.
프로젝트 상태
보관됨
Liew Jun Tung GitHub avatar
GITHUB User

Liew Jun Tung ↗

Senior Mobile Developer at NetVirta, Inc.

NetVirta, Inc.Singapore공식 웹사이트 ↗
언어DartRubyKotlinSwiftObjective-C

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 4 개
  • flutter{"sdk":"flutter"}
  • vibration^1.7.4-nullsafety.0
  • rxdart^0.26.0
  • flutter_test개발 의존성{"sdk":"flutter"}

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기
Apologize for the lack of updates as I do not have the bandwidth to work on this. But please check out this project https://github.com/flutterchina/azlistview if you need an A-Z list view that have more updates.

Alphabet List Scroll View

A customizable listview with A-Z side scrollbar to fast jump to the item of the selected character. Quick scroll through list via dragging through alphabets.

API

name type default description
strList List - List of Strings
itemBuilder itemBuilder(context, index) - itemBuilder similar to itemBuilder in ListView.builder
highlightTextStyle bool false highlight the focused pin box.
normalTextStyle Color Colors.black Set color of the focused pin box.
showPreview bool true show preview on screen
keyboardUsage bool true The alphabet list will be wrapped in scrollview.
indexedHeight double Function(int) query the height of widget with index
headerWidgetList List headers
AlphabetScrollListHeader
name type default description
widgetList List []
icon Icon Icon shows in the side alphabet list and the preview
indexedHeaderHeight double Function(int) query the height of header with index
drawing
drawing