dcli_terminal 7.0.1 copy "dcli_terminal: ^7.0.1" to clipboard
dcli_terminal: ^7.0.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

With Flutter:

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

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:dcli_terminal/dcli_terminal.dart';
0
likes
150
points
37.1k
downloads

Publisher

verified publisheronepub.dev

Weekly Downloads

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
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

dart_console

More

Packages that depend on dcli_terminal