worm_indicator 0.2.4
worm_indicator: ^0.2.4 copied to clipboard
A Flutter PageView indicator insprired by worm animation. It can be easily integrated with any Flutter PageView. Pull requests are welcome
0.0.2 Jan 22 2019. #
Initial Release
0.0.3 Feb 11 2019. #
- Add worm animation
- Update README and Example
0.0.4 Feb 11 2019 #
- Update README
0.1.0 Feb 22 2019 #
- Add Rectangle Shape
- Refactor using Shape
0.1.1 July 4 2019 #
- Update version and README
0.2.0 Aug 9 2019 #
- Fix bug that display wrong normal dots with Rectangle and Square Shape
- Fix bug that display wrong animation
- Clean code
- Update README
0.2.1 Aug 15 2019 #
- Update Page Controller due to Flutter error merged (https://github.com/flutter/flutter/pull/34519/files)
- Update README
0.2.2 Aug 20 2019 #
- Update CHANGELOG
0.2.3 Aug 20 2019 #
- Add mounted check before setState in DotInstance
- Change component into Stateless Widget
0.2.4 Aug 20 2019 #
- Add animation after scrolling to new page