colorfy 1.0.0 copy "colorfy: ^1.0.0" to clipboard
colorfy: ^1.0.0 copied to clipboard

Terminal string styling done right with Dart.

example/colorfy_example.dart

import 'package:colorfy/colorfy.dart';

void main() {
  print(color('Error').red().bold());
  print(color('Warning').yellow().italic());
  print(color('Success').green().underline().bold());
}
3
likes
140
points
44
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Terminal string styling done right with Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on colorfy