awesome_dio_interceptor 1.3.0 awesome_dio_interceptor: ^1.3.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.3.0 #
- Fixed an issue where an exception gets thrown while attempting to download a file
The
response body
supportsJson
,File
, ornull
Therequest body
supportsJson
,FromData (fields & files)
, ornull
1.2.0 #
- Add support for dart-only projects by removing the
flutter
dependency - Replaced
flutter_lint
withlints
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