print_color 1.0.1+6 copy "print_color: ^1.0.1+6" to clipboard
print_color: ^1.0.1+6 copied to clipboard

discontinued
outdated

Print.color() help organizing debugging, very handy for the day debugging work

print_color #

simply organize debugging

screenshot

usage #

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

example #

import 'package:print_color/print_color.dart';

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

colors #

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

Author #

Mohamed Sayed

  • LinkedIn   Fork   Star   Watches
  • Plugin   Example

My Plugins #

28
likes
15
pub points
73%
popularity

Publisher

verified publishermsayed.net

Print.color() help organizing debugging, very handy for the day debugging work

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, flutter

More

Packages that depend on print_color