dcli_terminal 6.1.0 copy "dcli_terminal: ^6.1.0" to clipboard
dcli_terminal: ^6.1.0 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
copied to clipboard

With Flutter:

 $ flutter pub add dcli_terminal
copied to clipboard

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

dependencies:
  dcli_terminal: ^6.1.0
copied to clipboard

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';
copied to clipboard
0
likes
150
points
26k
downloads

Publisher

verified publisheronepub.dev

Weekly Downloads

2024.06.21 - 2025.01.03

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