- Initial release of the circular slider for Flutter.
- Trying to figure out why Flutter Pub website doesn't display gifs in the README.md
- Another attempt to fix gifs in the README.md
- The last attempt to fix it by modifing the homepage in the pubspec.yaml
- Fixed a bug causing an exception to be thrown when onChangeStart or onChangeEnd were null
- Fixed a bug causing an exception to be thrown when there was the setState being called from the onChange closure
- Changes to the ReadMe.md to fix a spelling in parameters and add some more claryfication about using the widges as a progress bar
- Simplified the constructor. There is no longer need to provide the CircularSliderAppearance if one wants to use the default one.
- Added the spinner mode.
- Added the clockwise direction.
- Fixed a bug - an unhandled exception when the min and max values were equal.
- Fixed some small issues
- Implemented the animation duration multiplier
- Implemented the dynamic gradient
- Implemented the gradient for the track
- Added the null-safety
- Merged 2 PR's with bugs fixes