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.
31 lines
392 B
31 lines
392 B
# power_logger
|
|
|
|
A well log tool on flutter, support Dio and custom type data.
|
|
|
|
## Getting Started
|
|
|
|
### Usage
|
|
|
|
* init logger
|
|
|
|
```dart
|
|
Future.delayed(
|
|
Duration(milliseconds: 300),
|
|
() => PowerLogger.init(context),
|
|
);
|
|
```
|
|
|
|
* add data to logger
|
|
|
|
```dart
|
|
LoggerData.addData(data);
|
|
```
|
|
|
|
## WARNING
|
|
|
|
*only tested on flutter `1.22.5`,`1.22.6`
|
|
|
|
## author
|
|
|
|
[laiiihz](https://github.com/laiiihz)
|