commander_ui 2.2.2 copy "commander_ui: ^2.2.2" to clipboard
commander_ui: ^2.2.2 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
copied to clipboard

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

dependencies:
  commander_ui: ^2.2.2
copied to clipboard

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';
copied to clipboard
4
likes
0
points
116
downloads

Publisher

verified publisherleadcode.fr

Weekly Downloads

2024.09.13 - 2025.03.28

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, ffi, mansion, win32

More

Packages that depend on commander_ui