Skip to content

Commit

Permalink
Merge tag 'v1.1.0' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
519430378qqcom committed Jul 22, 2019
2 parents 011ee2e + b71f451 commit 637b28e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 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.0] - 2019/7/22
* support jsonView look at json
## [v1.0.3] - 2019/7/16
* fix some code
* Lower the version needed by dio
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ Navigator.of(context).push(
builder: (context) => HttpLogListWidget(),
),
);
```
```
###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">
Binary file added images/log_list.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/log_request.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/log_response.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.0.3
version: 1.1.0
author: rich <[email protected]>
homepage: https://github.com/flutterplugin/dio_log

Expand Down

0 comments on commit 637b28e

Please sign in to comment.