terminal_decorate 0.3.0 terminal_decorate: ^0.3.0 copied to clipboard
Terminal colorization (colorful command line) and text style decoration.
import 'color_example.dart';
import 'font_example.dart';
void main() {
fontExample();
colorExample();
}