You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
小赖 0cb4f256d7
fix subTitle empty issue,添加设置页面
4 years ago
.vscode init repo 4 years ago
example User interface changed.Add info view 4 years ago
lib fix subTitle empty issue,添加设置页面 4 years ago
.gitignore init repo 4 years ago
.metadata init repo 4 years ago
CHANGELOG.md 0.1.0 4 years ago
LICENSE Create LICENSE 4 years ago
README.md update document & update readme file 4 years ago
pubspec.lock User interface changed.Add info view 4 years ago
pubspec.yaml User interface changed.Add info view 4 years ago

README.md

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