0 purchases
anim indicator
anim_indicator #
Widget to display animate indicator to show a position.
Installation #
You just need to add anim_indicator as a dependency in your pubspec.yaml file.
dependencies:
anim_indicator: ^0.0.3
copied to clipboard
Example #
A simple dots indicator
AnimIndicator(
position: currentIndex,
)
copied to clipboard
Custom #
AnimIndicator(
dotsCount: 3,
position: currentIndex,
color: Colors.red,
inLength: 30,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.