faabul_page_indicator 1.1.1
faabul_page_indicator: ^1.1.1 copied to clipboard
A performant PageView dot indicator for Flutter. Supports LTR / RTL, container overflow and custom item builders.
1.1.1 #
- Fixed ScrollController not attached error when rapidly changing pages
- Added defensive checks to prevent ScrollController operations when not attached
- Improved widget disposal handling to prevent operations after disposal
1.1.0 #
- The default dot indicator (
FaabulPageIndicatorDot
) now correctly shows a Material hover, focused and depressed effect.
1.0.1 #
- Widget tests
- README updates
- pub.dev screenshot
1.0.0 #
- Initial release