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

outdated

A pageview indicator

Worm Indicator #

A pageview indicator

Features #

  • Use with PageView to display scroll progress
  • Customize your indicator style, transform time

Getting Started #

Make sure you add the lib dependency in your flutter project.

dependencies:
  worm_indicator: 0.0.1

Then you should run flutter packages get to update your packages in your IDE.

Example Project #

Checkout the project inside example folder.

Usage #

WormIndicator(
  dotsLength: _pages.length,
  dotsSize: 16,
  dotsSpacing: 8,
  onPageChange: _pageViewController,
)

Support #

Email me at phuchuynh.strong@gmail.com for any support needed

3
likes
0
pub points
43%
popularity

Publisher

unverified uploader

A pageview indicator

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on worm_indicator