interact 2.0.0 copy "interact: ^2.0.0" to clipboard
interact: ^2.0.0 copied to clipboard

outdated

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');
}
73
likes
0
pub points
99%
popularity

Publisher

verified publisherfrenco.dev

A collection of customizable interactive command-line components.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_console, meta, tint

More

Packages that depend on interact