dio_debugger 0.1.2
dio_debugger: ^0.1.2 copied to clipboard
Lightweight utility to attach a reverse/forward proxy to an existing Dio instance for local debugging.
Changelog #
0.1.2 #
- Feature:
attachnow falls back todio.options.baseUrlwhenupstreamBaseUrlis not provided. - Docs: updated README with configuration precedence and a simplified quick start example.
- Docs: replaced specific URLs with abstract ones (
https://api.example.test). - Docs: removed base URL duplication in the example (extracted to a variable).
0.1.1 #
- Docs: minor fixes and small improvements in examples.
0.1.0 #
- Initial release.
- Adds reverse/forward proxy support for Dio via a single attach call.
- Supports env and --dart-define configuration, with allow/skip filters.