dye 0.0.2 copy "dye: ^0.0.2" to clipboard
dye: ^0.0.2 copied to clipboard

A simple dart library for easy color printing to terminal.

dye #

A simple dart library for easy color printing to terminal.

import 'package:dye/dye.dart';

main() {
  print(blue('Hello World'));
  print('${blue('Hello')} ${red('World')}');
}

Supports #

  • red()
  • blue()
  • green()
  • yellow()
  • magenta()
  • cyan()
  • black()
  • white()
  • gray()
0
likes
25
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A simple dart library for easy color printing to terminal.

View/report issues

License

MIT (license)

Dependencies

ansicolor

More

Packages that depend on dye