Hi everyone,
I’m Uforo Ekong, and I’m engaging in the "Add WebSocket/GRPC Support to Flutter DevTools Network panel" project for GSoC 2026. As a Flutter developer, I frequently use the DevTools Network panel, and adding proper WebSocket (and potentially gRPC) visibility would be extremely valuable for real-time app debugging.
I have read the project idea in detail and am currently working on the suggested Good Sample Project, implementing a ProfileableWebSocket wrapper that intercepts and logs traffic (time, size, type of frames) and a simple CLI/Flutter app that connects to an echo server and displays the captured events in a table. Thank you!