ansi_codes 0.1.1 copy "ansi_codes: ^0.1.1" to clipboard
ansi_codes: ^0.1.1 copied to clipboard

ANSI escape codes for styling strings in the terminal.

example/ansi_codes_example.dart

import 'package:ansi_codes/ansi_codes.dart';

void main() {
  print('${ansiCodes.green.open}Hello world!${ansiCodes.green.close}');
}
copied to clipboard
0
likes
150
points
131
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

ANSI escape codes for styling strings in the terminal.

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on ansi_codes