power_logger 0.1.2 copy "power_logger: ^0.1.2" to clipboard
power_logger: ^0.1.2 copied to clipboard

discontinuedreplaced by: flutter_ume
outdated

A well log tool on flutter, support Dio and custom type data.

power_logger #

A well log tool on flutter, support Dio and custom type data.

Getting Started #

Usage #

  • init logger
Future.delayed(
    Duration(milliseconds: 300),
    () => PowerLogger.init(context),
);
  • add data to logger
LoggerData.addData(data);

WARNING #

*only tested on flutter 1.22.5

author #

laiiihz