curl_logger_dio_interceptor 0.0.3 curl_logger_dio_interceptor: ^0.0.3 copied to clipboard
Get your http requests printed as curl command in your terminal. Share them easily with your colleagues and import them in Postman!
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