cli_progress 0.0.1 copy "cli_progress: ^0.0.1" to clipboard
cli_progress: ^0.0.1 copied to clipboard

Dart 1 only

Command-line progress bar for Dart.

example/cli_progress.dart

import 'package:cli_progress/cli_progress.dart' show ProgressBar;

void main() {
  final bar = new ProgressBar(10.0);

  for (int i = 0; i <= 10; i++) {
    bar.set(i.toDouble());
    print('$bar');
  }
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Command-line progress bar for Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on cli_progress