dcli_terminal 0.0.1-alpha.1 copy "dcli_terminal: ^0.0.1-alpha.1" to clipboard
dcli_terminal: ^0.0.1-alpha.1 copied to clipboard

Provides Terminal/Ansi functions used by DCli the Dart Console SDK but is also intended to be used directly.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dcli_terminal

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

dependencies:
  dcli_terminal: ^0.0.1-alpha.1

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

Publisher

verified publisheronepub.dev

Provides Terminal/Ansi functions used by DCli the Dart Console SDK but is also intended to be used directly.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_console2, dcli, dcli_core

More

Packages that depend on dcli_terminal