awesome_dio_interceptor 1.1.0 awesome_dio_interceptor: ^1.1.0 copied to clipboard
A simple dio log interceptor (mainly inspired by the built-in dio LogInterceptor), which has coloring features and json formatting so you can have a better readable output.
1.1.0 #
- Replaced
DioError
withDioException
- Update
Dio
dependency tov5.4.0
- Update Dart SDK to
v3.0.1
1.0.0 #
- Updated dependencies, now it supports
Dio v5.x.x
0.0.2+4 #
- Updated README.md file (added the installation part)
0.0.2+3 #
- Updated README.md file
0.0.2+2 #
- Fixed CHANGELOG.md file
0.0.2+1 #
- Removed unwanted code from the example
0.0.2 #
- Added support for FormData (fields and files) logging in the request.
- Added capability to display the type of the request body you're sending (Json, or FormData)
- Other minor bug fixes
0.0.1+1 #
- Removed the (windows, linux, mac, and web) directories from the example
0.0.1 #
- initial release