interact_cli 2.3.0 copy "interact_cli: ^2.3.0" to clipboard
interact_cli: ^2.3.0 copied to clipboard

A collection of customizable interactive command-line components.

example/main.dart

import 'dart:io' show stdout;

void main() {
  stdout.writeAll(
    [
      'All the examples are available in their specific files in this directory!',
      'For example, run `dart example/select.dart` to see an example of a Select component.',
      '',
      '- Frenco',
      '',
    ],
    '\n',
  );
}
4
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A collection of customizable interactive command-line components.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dart_console, meta, tint

More

Packages that depend on interact_cli