Skip to content

Commit

Permalink
Merge branch 'release/v1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
519430378qqcom committed Jul 23, 2019
2 parents b71f451 + 664f045 commit 14f27ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [v1.1.1] - 2019/7/22
* add Screenshot
## [v1.1.0] - 2019/7/22
* support jsonView look at json
## [v1.0.3] - 2019/7/16
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
http requests log of dio

### Add dependency
dependencies:
dio_log : 1.0.3 #^latest_version
```
dependencies: dio_log : ^1.1.1 #^latest_version
```
### set interceptor of dio
```
dio.interceptors.add(HttpLogInterceptor());
Expand All @@ -18,8 +19,8 @@ Navigator.of(context).push(
),
);
```
###Screenshot
### Screenshot

<img src="images/log_list.PNG" width="220">
<img src="images/log_request.PNG" width="220">
<img src="images/log_response.PNG" width="220">
<img src="https://raw.githubusercontent.com/flutterplugin/dio_log/develop/images/log_list.PNG" width="220">
<img src="https://raw.githubusercontent.com/flutterplugin/dio_log/develop/images/log_request.PNG" width="220">
<img src="https://raw.githubusercontent.com/flutterplugin/dio_log/develop/images/log_response.PNG" width="220">
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dio_log
description: http requests log of dio .This plugin helps you display log information for requests
version: 1.1.0
version: 1.1.1
author: rich <[email protected]>
homepage: https://github.com/flutterplugin/dio_log

Expand Down

0 comments on commit 14f27ea

Please sign in to comment.