gg_console_colors 2.0.3 gg_console_colors: ^2.0.3 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) 2019 - 2024 Dr. Gabriel Gatzsche. All Rights Reserved.
//
// 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();
}