color_print 1.0.1
color_print: ^1.0.1 copied to clipboard
This package will allow you to focus on important prints in the terminal
Change the color of the prints to separate really important information
Features #
[color print]
Usage #
import 'package:color_print/color_print.dart';
logInfo("Welcome");// Blue print
logSuccess("Good job");// Green print
logWarning("Be careful");// Yellow print
logError("An error occurred");// Red print
Additional information #
Please suggest an idea to improve the package