net_logs 0.0.5
net_logs: ^0.0.5 copied to clipboard
A Dio HTTP interceptor that captures network traffic and serves a real-time web UI dashboard.
0.0.1 #
- Setup project structure and initial files
0.0.2 #
- Added the query parameter section under Headers. Also adjusted the response to show the exact error message instead of a generic one. This will help in debugging and understanding the issues better.
0.0.3 #
- Improved on the searchbar to search by request names. Also renamed the 'Response' tab as 'Error' if the request failed.
0.0.4 #
- Improved on the visuals of the card for requests that errored out.
0.0.5 #
- Fixed the issue that caused app to start if the current port is in use by another process