dcli_terminal 4.0.1-beta.4 copy "dcli_terminal: ^4.0.1-beta.4" to clipboard
dcli_terminal: ^4.0.1-beta.4 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: ^4.0.1-beta.4

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
130
pub points
53%
popularity

Publisher

verified publisheronepub-web.flutter-io.cn

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