- Fix offset mismatch in slide effect
- 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.