anim_indicator 0.0.3 copy "anim_indicator: ^0.0.3" to clipboard
anim_indicator: ^0.0.3 copied to clipboard

the AnimIndicator is Finished which can use in the SplashPage, PageView or Swiper, etc.Supported both iOS and Android.

anim_indicator #

Widget to display animate indicator to show a position.

image

Installation #

You just need to add anim_indicator as a dependency in your pubspec.yaml file.

dependencies:
  anim_indicator: ^0.0.3

Example #

A simple dots indicator
AnimIndicator(
  position: currentIndex,
)

Custom #

AnimIndicator(
	dotsCount: 3,
    position: currentIndex,
    color: Colors.red,
    inLength: 30,
)
2
likes
140
pub points
0%
popularity

Publisher

unverified uploader

the AnimIndicator is Finished which can use in the SplashPage, PageView or Swiper, etc.Supported both iOS and Android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on anim_indicator