carousel_indicator_simple 1.0.0 copy "carousel_indicator_simple: ^1.0.0" to clipboard
carousel_indicator_simple: ^1.0.0 copied to clipboard

A flutter package to add indicator above the carousels in Stacks widgets.

A flutter package to add indicator above the carousels in Stacks widgets.

Features #

You can change color of active indicator and inactive indicators.

Getting started #

Add the dependency in the pubspec.yaml

ScreenShots #

Screen shot of carousel indicator

Usage #

Pass the itemsCount and activeIndex to CarouselIndicatorSimple widget.

      MaterialApp(
        home: Scaffold(
          body: CarouselIndicatorSimple(
            itemsCount: 5,
            activeIndex: 2,
          ),
        ),
      ),

Additional information #

Any improvments are welcome.

1
likes
130
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to add indicator above the carousels in Stacks widgets.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on carousel_indicator_simple