Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.