instagram_page_indicator

Creator: coderz1093

Last updated:

Add to Cart

Description:

instagram page indicator

Instagram Page Indicator

Simple Page Indicator like Instagram written for Flutter







Demo #



Usage #
InstagramPageIndicator(
itemCount: pages.length,
controller: controller,
),
copied to clipboard
Customization #
You can customize direction, size, spacing, color and more...
InstagramPageIndicator(
itemCount: pages.length,
controller: controller,
dotSize: 11,
dotSelectedSize: 15,
dotSpacing: 20,
dotColor: Colors.grey.shade300,
dotSelectedColor: Colors.blueAccent.shade100,
visibleDotCount: 5,
visibleDotThreshold: 2,
orientation: Axis.horizontal,
reverse: false,
),
copied to clipboard
Credits #
This project is based on scrolling_page_indicator. The main focus of this project is adding new features and make it accessible to everyone.

License

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

Files:

Customer Reviews

There are no reviews.