best-flutter/flutter_page_indicator
플러터용 페이지 인디케이터로 여러 내장 레이아웃을 지원합니다.
- Stars
- 173
- Forks
- 76
- 최근 푸시(UTC)
- 2021. 5. 2.
- 프로젝트 상태
- 활성
언어DartObjective-CJava
사용 중인 의존성
의존성 목록 2 개
- flutter
{"sdk":"flutter"} - flutter_test개발 의존성
{"sdk":"flutter"}
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
flutter_page_indicator
Page indicator for flutter, with multiple build-in layouts.
Show cases
showcases
Installation
Add
flutter_page_indicator:
to your pubspec.yaml ,and run
flutter packages get
in your project's root directory.
Basic Usage
new PageIndicator(
layout: PageIndicatorLayout.SLIDE,
size: 20.0,
controller: YOUR_PAGE_CONTROLLER,
space: 5.0,
count: 4,
)
All build-in layouts
| Layout | Showcase | Support version |
|---|---|---|
| PageIndicatorLayout.NONE | https://raw.githubusercontent.com/jzoom/images/master/indicator1.gif | From 0.0.1 |
| PageIndicatorLayout.SLIDE | https://raw.githubusercontent.com/jzoom/images/master/indicator2.gif | From 0.0.1 |
| PageIndicatorLayout.WARM | https://raw.githubusercontent.com/jzoom/images/master/warm.gif | From 0.0.1 |
| PageIndicatorLayout.COLOR | https://raw.githubusercontent.com/jzoom/images/master/indicator4.gif | From 0.0.1 |
| PageIndicatorLayout.SCALE | https://raw.githubusercontent.com/jzoom/images/master/indicator5.gif | From 0.0.1 |
| PageIndicatorLayout.DROP | https://raw.githubusercontent.com/jzoom/images/master/indicator7.gif | From 0.0.1 |