Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 375 Bytes

CHANGELOG.md

File metadata and controls

13 lines (8 loc) · 375 Bytes

0.0.3

  • Add convertFormData param (defaults: true) to convert FormData to plain Map so we can get a CURL representation even while using FormData (as for file uploads).

0.0.2

  • Use dart:developer.log() instead of print for cleaner logs (on android mostly)
  • Fix iOS example build.

0.0.1

  • Initial release including basic curl requests logging