- Fixed JSON escape for POST/PUT requests body data.
- [BREAKING] Update dio to ^5.1.1
- Fix example not building on latest android
- Add
convertFormDataparam (defaults:true) to convertFormDatato plainMapso we can get a CURL representation even while usingFormData(as for file uploads).
- Use
dart:developer.log()instead ofprintfor cleaner logs (on android mostly) - Fix
iOSexample build.
- Initial release including basic curl requests logging