print_color 2.2.5 copy "print_color: ^2.2.5" to clipboard
print_color: ^2.2.5 copied to clipboard

discontinued
outdated

print(), in colors, Help organizing debugging making it more fun

print_color #

print(), in colors

screenshot

usage #

  • import 'package:print_color/print_color.dart';
  • Print.green('someText')

example #

import 'package:print_color/print_color.dart';

Print.white('white');
Print.black('black');
Print.gray('gray');
Print.cyan('cyan');
Print.blue('blue');
Print.green('green');
Print.red('red');
Print.magenta('magenta');
Print.yellow('yellow');

colors #

  • white
  • black
  • gray
  • cyan
  • blue
  • green
  • red
  • magenta
  • yellow

known issues #

  • asnicolor not working in some editors/cases, when you see strange chars at console

Author #

Mohamed Sayed

  • Fork   Star   Watches
  • Plugin   Example

My Plugins #

28
likes
0
pub points
74%
popularity

Publisher

verified publishermsayed.net

print(), in colors, Help organizing debugging making it more fun

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, flutter

More

Packages that depend on print_color