dio_intercept_to_curl 0.0.5 dio_intercept_to_curl: ^0.0.5 copied to clipboard
Intercept dio requests and print them as curl requests
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