arco_iris 0.0.2 copy "arco_iris: ^0.0.2" to clipboard
arco_iris: ^0.0.2 copied to clipboard

A simple printer with style.

example/arco_iris_example.dart

import 'package:arco_iris/arco_iris.dart';
import 'package:arco_iris/src/properties.dart';

void main() {
  arcoIris.red.withBackground.black.text('red text on black background');
  arcoIris.black.withBackground.purple.text('black text on purple background');

  // Styles
  arcoIris.addStyle(
    'myStyle',
    [BackgroundProperty.black, ForegroundProperty.green],
  );

  arcoIris.withStyle('myStyle').text('My custom style');
}
0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A simple printer with style.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on arco_iris