- no changes, just to update readme file
- Fix Missing infinite loop support in AnimatedSmoothIndicator #79
- export indicator_painter
- Optimize size and rotation so they're not calculated on every frame
- Add WormEffect variants (WormType.underground,WormType.thinUnderground)
- Add SlideEffect variant (SlideType.slideUnder
- Add missing public api docs
- Fix scaleEffect in correct margins
- fix readme file (attempt 2)
- fix readme file
- Fix ignored active dot stroke in ColorTransitionEffect #40
- Fix crash when last item is removed #21
- Add loop support
- Add variants to SwapEffect (zRotation, YRotation)
- Add variants to WormEffect (thin worm)
- Rename [elevation] property from JumpingDotEffect [Breaking]
- Add customization params to JumpingDotEffect (jumpScale, verticalOffset)
- Add CustomizableEffect
- Move to null safety
- Add runnable example
- change default offset value to 16.0
- Add support for vertical direction
- Add on dot clicked callback
- Add AnimatedSmoothIndicator which works without a PageController
- Add off-canvas scrolling effect ScrollingDotsEffect
- Add Active color with transition to ScaleEffect
- Add Active color with transition to ExpendingDotEffect
- Fix indicator always starts at zero index regardless of the controller's initial page
- Add individual demos for each effect to README file
- Add Color Transition effect
- Replace isRTL with textDirection
- Directionality is now handled the flutter way instead of manually passing a bool value to isRTL property
- Add documentation
- Edit README file
- Edit README file.
- Initial release.