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.

28 lines
312 B

4 years ago
# power_logger
A well log tool on flutter, support Dio and custom type data.
4 years ago
## Getting Started
### Usage
4 years ago
* init logger
```dart
PowerLogger.start(context);
```
* add data to logger
```dart
LoggerData.addData(data);
```
## WARNING
* flutter SDK >= 2.0.0
## author
[laiiihz](https://github.com/laiiihz)