pageview_indicator_plugins 0.0.2 copy "pageview_indicator_plugins: ^0.0.2" to clipboard
pageview_indicator_plugins: ^0.0.2 copied to clipboard

flutter page indicator.

pageview_indicator_plugins #

flutter pageview指示器。支持自定义指示器样式

用法 #

基本用法:

PageIndicator(
    length: 6,
    pageController: pageController,
)

可以通过自定义Decoration属性修改圆点形状

PageIndicator(
    length: 6,
    pageController: secondController,
    currentWidth: 16,
    currentDecoration: BoxDecoration(
              color: Colors.cyanAccent,
              borderRadius: BorderRadius.circular(10)),
)

效果图 #

运行效果

2
likes
15
pub points
0%
popularity

Publisher

unverified uploader

flutter page indicator.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pageview_indicator_plugins