commander_ui 2.4.0 copy "commander_ui: ^2.4.0" to clipboard
commander_ui: ^2.4.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

With Flutter:

 $ flutter 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: ^2.4.0

Alternatively, your editor might support dart pub get or flutter 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';
10
likes
140
points
44
downloads

Publisher

verified publisherleadcode.fr

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#cli #tui

Documentation

API reference

License

MIT (license)

Dependencies

collection, ffi, mansion, win32

More

Packages that depend on commander_ui