dio_intercept_to_curl 0.0.6
dio_intercept_to_curl: ^0.0.6 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
convertFormDataparam (defaults:true) to convertFormDatato plainMapso we can get a CURL representation even while usingFormData(as for file uploads).
0.0.2 #
- Use
dart:developer.log()instead ofprintfor cleaner logs (on android mostly) - Fix
iOSexample build.
0.0.1 #
- Initial release including basic curl requests logging