chalk 1.0.1-dev.1 copy "chalk: ^1.0.1-dev.1" to clipboard
chalk: ^1.0.1-dev.1 copied to clipboard

outdated

Chalk helps to style your terminal strings

example/main.dart

import 'package:chalk/chalk.dart' as chalk;
import 'package:chalk/chalk.dart';

void main(List<String> arguments) {
  chalk.Chalk ch = chalk.Chalk();
  print(ch.bold('This is awesome').blue());

  print(ch.blue('blue text', ftFace: ChalkFtFace.italic));
  print(ch.red('red Text', ftFace: chalk.ChalkFtFace.bold));

  print(ch.faint('faint text').blue());
  print(ch.cyan('cyan').bold());

  print('chain text'.blue() + '' + 'chain text2'.red());
}
7
likes
0
pub points
70%
popularity

Publisher

unverified uploader

Chalk helps to style your terminal strings

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on chalk