awesome_dio_interceptor 0.0.2+2 awesome_dio_interceptor: ^0.0.2+2 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.
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