cli_menu 0.2.2 copy "cli_menu: ^0.2.2" to clipboard
cli_menu: ^0.2.2 copied to clipboard

outdated

A simple menu (picker) that works on the command line.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cli_menu

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cli_menu: ^0.2.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cli_menu/cli_menu.dart';
18
likes
0
pub points
62%
popularity

Publisher

verified publisherfiliph.net

A simple menu (picker) that works on the command line.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cli_util

More

Packages that depend on cli_menu