progressbar2 0.3.1 progressbar2: ^0.3.1 copied to clipboard
A progress bar for Dart console apps.
Changelog #
0.3.1 #
- Update homepage
0.3.0 #
- Port to Dart 2
- Redesign API
- Use
package:lint
for analysis
0.2.0 #
By Jaron Tai
- Fix compile error
0.1.1 #
By Jaron Tai
- Make options optional.
- Add the optional callback function, which called when the progress bar completes.
0.1.0 #
By Jaron Tai
- Initial version.