Last updated:
0 purchases
arco iris
Printer with style!
Package on pub.dev: https://pub.dev/packages/arco_iris
Features #
Damn simple api.
Usage #
arcoIris.red.withBackground.black.text('red text on black background');
// Styles
arcoIris.addStyle(
'myStyle',
[BackgroundProperty.black, ForegroundProperty.green],
);
arcoIris.withStyle('myStyle').text('My custom style');
copied to clipboard
Todo #
Custom styles
Blocks with indentation
More colors
Xterm color codes
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.