commander_ui 1.0.0 copy "commander_ui: ^1.0.0" to clipboard
commander_ui: ^1.0.0 copied to clipboard

Commander is a Dart library for creating user interfaces within the terminal.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add commander_ui

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

dependencies:
  commander_ui: ^1.0.0

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:commander_ui/commander_ui.dart';
1
likes
0
pub points
15%
popularity

Publisher

verified publisherleadcode.fr

Commander is a Dart library for creating user interfaces within the terminal.

Repository (GitHub)
View/report issues

Topics

#cli #tui

License

unknown (license)

Dependencies

collection

More

Packages that depend on commander_ui