dio_log 1.3.3
dio_log: ^1.3.3 copied to clipboard
This plugin can easily help you collect logs of requests. And easy to view the collected logs. Easy debugging in development
1.3.3 2019/9/18 #
- Support dio > 3.0.0
1.3.2 2019/9/18 #
- Support Flutter Web
- Support dio >2.2.1
- if you dio version < 2.2.1, please use dio_log:1.3.1
1.3.1 2019/9/05 #
- fix shrink and expand bug
1.3.0 2019/8/21 #
- Optimize the request display UI
- HttpLogInterceptor Deprecated and change it to DioLogInterceptor
1.2.1 2019/8/05 #
- add example project
- Fix the response parsing bug
1.2.0 2019/8/01 #
- add overlay_draggable_button(Global float window is easier to open HttpLogListWidget)
- add clear log function at requestList
- add display requestTime at requestList
1.1.1 2019/7/22 #
- add Screenshot
1.1.0 2019/7/22 #
- support jsonView look at json
1.0.3 2019/7/16 #
- fix some code
- Lower the version needed by dio
1.0.2 2019/7/16 #
- Add description information and example
1.0.1 2019/6/6 #
- Add a display of the body content to the request
- Logs with failed requests are shown in red in the list
1.0.0 - 2018-09-04 #
- initial version