palestine_console
来自 PalestineDevelopers 的一部分
将 Print.color() 输出到任何平台的控制台,稍后将添加更多功能。
特点
- 将 Print.color() 打印到控制台。
入门
首先,导入包
import 'package:palestine_console/palestine_console.dart';
用法
就像这样简单
Print.black('In black');
Print.white('In white');
Print.red('In red');
Print.green('In green');
Print.yellow('In yellow');
Print.blue('In blue');
Print.magenta('In magenta');
Print.cyan('In cyan');