net_logs 0.0.3
net_logs: ^0.0.3 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.