Hello everyone,
Quick update on my application for the "Add WebSocket/GRPC Support to Flutter DevTools Network Panel" project.
I have now:
- Implemented the suggested Good Sample Project (ProfileableWebSocket wrapper that intercepts and logs outgoing/incoming frames with timestamp, direction, size, type, and preview).
- Created a secret gist containing both `profileable_websocket.dart` and `main.dart` (CLI demo using echo server).
Secret Gist: https://gist.github.com/Hackathonwave/812c6f9984f4f5d2e453b1e426d3766f
I have also submitted my proposal on the GSoC dashboard (as a PDF) for the Medium-sized WebSocket support.
I would really appreciate any feedback from the mentors or community before the final deadline
Thank you!