flutter_slider_indicator 0.2.0 copy "flutter_slider_indicator: ^0.2.0" to clipboard
flutter_slider_indicator: ^0.2.0 copied to clipboard

outdated

Slider Indicator Widget built in for flutter. Please press star in my repo if you like it. Thank you.

Flutter Slider Indicator #

Slider Indicator Widget built in for flutter. Please press star in my repo if you like it. Thank you.

Usage #

SliderIndicator(
    length: YOUR_INDICATOR_LENGTH,
    activeIndex: YOUR_INDICATOR_ACTIVE_INDEX,
)

Example #

Please find example in here: Example

Available parameter #

Parameter Required Default Value
int length true
int activeIndex true
Widget indicator true
Widget activeIndicator true
Duration animationDuration false Duration(milliseconds: 250)
5
likes
40
pub points
81%
popularity

Publisher

unverified uploader

Slider Indicator Widget built in for flutter. Please press star in my repo if you like it. Thank you.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_slider_indicator