print_color 2.1.2+7 print_color: ^2.1.2+7 copied to clipboard
native dart print(), with the help of ansicolor
print_color #
print(), in colors
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
known issues #
- asnicolor not working in x-code