interact 2.2.0 copy "interact: ^2.2.0" to clipboard
interact: ^2.2.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',
  );
}
72
likes
130
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