ansi_codes 0.1.0 copy "ansi_codes: ^0.1.0" to clipboard
ansi_codes: ^0.1.0 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
140
points
136
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.27 - 2025.04.11

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