flutter_animation_progress_bar 2.3.1
flutter_animation_progress_bar: ^2.3.1 copied to clipboard
This colorful Flutter widget package aims to show an animation progress bar in reactive style. It also supports both vertical and horizontal bar.
Changelog #
2.2.1 - 2022-05-24 #
- Fixed bug on display double value by @daadu
2.1.1 - 2022-04-13 #
- The currentValue and maxValue now can accept double type
- Allow to update animation duration
2.0.1 - 2021-08-09 #
- Fix bug when value and max are 0 #13
2.0.0 - 2021-03-08 #
- Migrate to null safety
- Bar can have different border styles
1.0.6 - 2020-10-21 #
- Capability to change TextStyle of displayText (#4)
1.0.4 - 2020-08-20 #
- Capability to change all the border properties by @Marileen Jansen
1.0.3 - 2020-08-20 #
- Added borderColor and borderWidth as optional parameters by @askprateek
1.0.1 - 2019-04-08 #
- First release to pub.dartlang.org
0.0.2 - 2019-03-15 #
- Wrap up all codes with documents
0.0.1 - 2019-03-11 #
- Initial raw package