ansi 0.1.0 copy "ansi: ^0.1.0" to clipboard
ansi: ^0.1.0 copied to clipboard

Ansi utilities package to handle string with ansi characters.

ansi #

Terminal string styling done right



Install #

npm install ansi

Usage #

import 'package:ansi/ansi.dart';

void main() {
  print(ansi.blue('Hello world!'));

  // Combine styled and normal strings
  print('${ansi.blue('Hello')} World${ansi.red('!')}');
}

2
likes
0
pub points
60%
popularity

Publisher

unverified uploader

Ansi utilities package to handle string with ansi characters.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on ansi