print_color 2.0.0+6 print_color: ^2.0.0+6 copied to clipboard
Print.color() help organizing debugging, very handy for the day debugging work
print_color #
simply organize debugging
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.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