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,
)
3
likes
160
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

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