line_dot_dot 0.1.1 copy "line_dot_dot: ^0.1.1" to clipboard
line_dot_dot: ^0.1.1 copied to clipboard

A command line interaction toolkit.

example/line_dot_dot_example.dart

import 'package:line_dot_dot/line_dot_dot.dart';

void main() async {
  await CommandLineAnimation.lineDotDot(
    future: Future.delayed(Duration(seconds: 1)),
    prompt: 'Loading',
  );
  var exitCode = await CommandLineHelper.runProcess(
    'ls',
    ['-l'],
  );
  print('Process finished with exit code $exitCode');
}
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A command line interaction toolkit.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

rxdart

More

Packages that depend on line_dot_dot