gg_console_colors 2.5.0
gg_console_colors: ^2.5.0 copied to clipboard
A Dart package providing a collection of console colors to easily colorize command line outputs.
example/gg_console_colors_example.dart
#!/usr/bin/env dart
// @license
// Copyright (c) ggsuite
//
// Use of this source code is governed by terms that can be
// found in the LICENSE file in the root of this package.
import 'package:gg_console_colors/gg_console_colors.dart';
Future<void> main() async {
printExample();
printSemanticExample();
}