Skip to content

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

License

Notifications You must be signed in to change notification settings

robbyrahmana/flutter_slider_indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages