my_progress_bar 2.1.0
my_progress_bar: ^2.1.0 copied to clipboard
A flutter package for displaying progress bars and loaders.
2.1.0 #
- Made progressbars smoother.
- Now
HorizontalProgressBarwill adapt the available screen width.
2.0.3 #
- Fixed runtime error on widget
JumpingCircleLoader
2.0.2 #
- Added dispose methods in
ExpandingBoxLoaderclass.
2.0.1 #
- Update
Readme.mdfile
2.0.0 #
- Updated
Readme.mdfile - Added loaders
- Added a new optinal parameter
isThumbVisiblein both HorizontalProgressBar and VerticalProgressBar
1.0.2 #
- Updated
Readme.mdfile
1.0.1 #
- Updated
Readme.mdfile - Added a new optional parameter
widthof type double - Fixed some bugs
1.0.0 #
- Initial release.