- Updated Dependencies
- Updated Dio Version
- Fixed DioError deprecation
- Changed repo url
- Updated Dio version
- Tidy up to conform to pub.dev requirements
- Updated readme
- Updated example
- Bumped dio to ^5.0.1
- Add
convertFormData
param (defaults:true
) to convertFormData
to plainMap
so we can get a CURL representation even while usingFormData
(as for file uploads).
- Use
dart:developer.log()
instead ofprint
for cleaner logs (on android mostly) - Fix
iOS
example build.
- Initial release including basic curl requests logging