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.
章文轩
1cf9314b6c
|
3 years ago | |
---|---|---|
.fvm | 4 years ago | |
.vscode | 4 years ago | |
example | 3 years ago | |
lib | 3 years ago | |
.gitignore | 4 years ago | |
.metadata | 4 years ago | |
CHANGELOG.md | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
pubspec.lock | 3 years ago | |
pubspec.yaml | 3 years ago |
README.md
power_logger
A well log tool on flutter, support Dio and custom type data.
Getting Started
Usage
- init logger
PowerLogger.start(context);
- add data to logger
LoggerData.addData(data);
WARNING
- flutter SDK >= 2.0.0
ROADMAP
- support dart native request.