Skip to content

FlagElitov/color_print

Repository files navigation

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","MainScreen");// Red print and the location of the print

Additional information

Please suggest an idea to improve the package https://pub.dev/packages/color_print

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages