printx 0.0.1 copy "printx: ^0.0.1" to clipboard
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
58%
popularity

Publisher

verified publishermylekha.app

printx will allow to print object in colorize

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ansicolor

More

Packages that depend on printx