sing_page_indicator 0.0.1 copy "sing_page_indicator: ^0.0.1" to clipboard
sing_page_indicator: ^0.0.1 copied to clipboard

Page indicator for flutter, with multiple build-in layouts.

安装 #

在项目的 pubspec.yaml 中添加:

dependencies:
   sing_page_indicator: ^0.0.1

来源

transformer_page_view #

showcases

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 From 0.0.1
PageIndicatorLayout.SLIDE From 0.0.1
PageIndicatorLayout.WARM From 0.0.1
PageIndicatorLayout.COLOR From 0.0.1
PageIndicatorLayout.SCALE From 0.0.1
PageIndicatorLayout.DROP From 0.0.1
0
likes
120
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Page indicator for flutter, with multiple build-in layouts.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sing_page_indicator