rich_stdout 1.0.2 copy "rich_stdout: ^1.0.2" to clipboard
rich_stdout: ^1.0.2 copied to clipboard

A library that provides functions for modifying the console output in Dart. It currently supports colouring, bolding, italicising, and underlining text. It also supports hiding and showing the cursor, [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rich_stdout

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

dependencies:
  rich_stdout: ^1.0.2

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:rich_stdout/rich_stdout.dart';
0
likes
0
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

A library that provides functions for modifying the console output in Dart. It currently supports colouring, bolding, italicising, and underlining text. It also supports hiding and showing the cursor, and moving the cursor to an arbitrary position on the screen.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on rich_stdout