interact 2.1.1 copy "interact: ^2.1.1" to clipboard
interact: ^2.1.1 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');
}
82
likes
140
pub points
99%
popularity

Publisher

verified publisherfrenco.dev

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