0 purchases
color print
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
copied to clipboard
Additional information #
Please suggest an idea to improve the package
https://pub.dev/packages/color_print
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.