advanced_console 0.0.1 copy "advanced_console: ^0.0.1" to clipboard
advanced_console: ^0.0.1 copied to clipboard

Advanced console functionalities for Dart

Advanced console features for Dart.

With version 0.0.1, only ANSI text styling is supported.

Features #

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

Use the style function to apply styles to text:

print(style("Hello World", ConsoleTextStyle(color: ConsoleColor.yellow, bold: true)));

Or use one of the many shortcuts:

print(red("I have a sunburn"));
print(bold("I'm fat"));
print(italic("I might tip over"));

Additional information #

This package is work in progress, but you are welcome to leave your feedback!

0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Advanced console functionalities for Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on advanced_console