Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

coding etude

[Plugin] Carousel_Slider(화면 슬라이더) 본문

Flutter(Dart)

[Plugin] Carousel_Slider(화면 슬라이더)

코코리니 2022. 10. 5. 10:58

https://pub.dev/packages/carousel_slider

 

carousel_slider | Flutter Package

A carousel slider widget, support infinite scroll and custom child widget.

pub.dev

required List items

required CarouselOptions options

 

여러 위젯을 모아 한 화면에서 슬라이더 시켜주는 플러그인

슬라이더 시킬 위젯의 옵션을 지정해주고(display 옵션- 사이즈 , 회전 횟수제한 등)

items를 지정하면 된다.

 

사용 예시는 공식문서에서..

dots_indicator 와 함께 사용하면 효과적이다.

https://codingetude.tistory.com/55

 

[plugin] DotsIndicator

위젯의 포지션을 지정하여 나열 후 전환시켜주는 plugin 이다. https://pub.dev/packages/dots_indicator dots_indicator | Flutter Package Dots indicator to show progression of a PageView for example pub.d..

codingetude.tistory.com