print_color 2.1.4 print_color: ^2.1.4 copied to clipboard
print(), in colors, Help organizing debugging making it more fun
print_color #
print(), in colors
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 x-code