color_print 1.0.2
color_print: ^1.0.2 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 #

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","MainScreen");// Red print and the location of the print
Additional information #
Please suggest an idea to improve the package