carousel_indicator_simple

Creator: coderz1093

Last updated:

0 purchases

carousel_indicator_simple Image
carousel_indicator_simple Images

Languages

Categories

Add to Cart

Description:

carousel indicator simple

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 #

Usage #
Pass the itemsCount and activeIndex to CarouselIndicatorSimple widget.
MaterialApp(
home: Scaffold(
body: CarouselIndicatorSimple(
itemsCount: 5,
activeIndex: 2,
),
),
),
copied to clipboard
Additional information #
Any improvments are welcome.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.