dio_curl_interceptor 2.0.0
dio_curl_interceptor: ^2.0.0 copied to clipboard
A Flutter package for debugging and sharing. Easily reuse the commands in Postman, Terminal, or any cURL-compatible tool.
2.0.0 #
- Enhance readable with pretty printing capabilities.
1.1.6 #
- Remove
formatter
option fromCurlOptions
. - Bug fixes and improvements
1.1.5 #
- Introduce new CurlUtils class with standalone utility methods for curl generation and logging
- Add new CurlBehavior enum for controlling logging timing (chronological/simultaneous)
- Extend CurlOptions with new configuration parameters (behavior, printer, disabledSuggestions, colored)
- Update documentation and examples
1.0.0 #
- enhance log format
0.0.7 #
- update dependency for support log long text.
0.0.3 #
- more readable log
- add formatter
- update README
0.0.2 #
- Add more configuration
0.0.1 #
- Initial release