dio_intercept_to_curl 0.0.9 dio_intercept_to_curl: ^0.0.9 copied to clipboard
Intercept Dio requests and print them as curl commands in the debug panel. Easily paste the request in your terminal to run it again. Use it to easily debug your Dio request.
0.0.9 #
- Updated Dio version
- Tidy up to conform to pub.dev requirements
0.0.7 #
- Updated readme
0.0.5 #
- Updated example
0.0.4 #
- Bumped dio to ^5.0.1
0.0.3 #
- Add
convertFormData
param (defaults:true
) to convertFormData
to plainMap
so we can get a CURL representation even while usingFormData
(as for file uploads).
0.0.2 #
- Use
dart:developer.log()
instead ofprint
for cleaner logs (on android mostly) - Fix
iOS
example build.
0.0.1 #
- Initial release including basic curl requests logging