printx 0.0.1 icon indicating copy to clipboard operation
printx: ^0.0.1 copied to clipboard

printx will allow to print object in colorize

PrintX will allow you to print any object in colorize

screenshot

Features #

function to print the object in different color

printBlue(Object? object)

printRed(Object? object)

printGreen(Object? object)

printCyan(Object? object)

printYellow(Object? object)

printBlack(Object? object)

printWhite(Object? object)

or

PrintX.warn(object);

PrintX.error(object);

PrintX.cool(object);

PrintX.sucess(object);

PrintX.info(object);

PrintX.fatal(object);

PrintX.hide(object);

PrintX.debug(object);

or shortcut

PrintX.w(object);

PrintX.e(object);

PrintX.c(object);

PrintX.s(object);

PrintX.i(object);

PrintX.f(object);

PrintX.h(object);

PrintX.d(object);

Getting started #

run in dart app

dart pub add printx

or in flutter app

flutter pub add printx
  • pubspec.yaml
dependencies:
    printx: any
  • import
import 'package:printx/printx.dart';
0
likes
130
pub points
54%
popularity

Publisher

verified publisher iconmylekha.app

printx will allow to print object in colorize

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

ansicolor

More

Packages that depend on printx