aprosail / terminal-decorate

Terminal colorization and text style decoration for Dart.

Home Page:https://pub.dev/packages/terminal_decorate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal Decorate

Terminal colorization and text style decoration for Dart: This package is an encapsulation of the terminal escape code, refer to the standard: ANSI X3.64, ECMA-48, or ISO 6429. Thanks to Dart's extension mechanism, you can use it like this:

// Font style decoration.
print('normal ${'italic ${'bold'.bold} italic'.italic} normal');

// Font color decoration.
print('normal ${'red ${'yellow'.yellow} red'.red} normal');

About

Terminal colorization and text style decoration for Dart.

https://pub.dev/packages/terminal_decorate

License:MIT License


Languages

Language:Dart 100.0%