Skip to content

Guide

Network Debugger captures HTTP, WebSocket, Socket.IO, and Firebase RTDB traffic from your Flutter/Dart app and displays it in a real-time UI.

Getting Started

  1. Quick Start Guide — install the CLI, add a package, and see your first captured request in under 2 minutes.
  2. Desktop Setup — download the native macOS / Windows / Linux app.

Pick Your Package

Choose the package that matches your networking stack:

StackPackageInstall
Diodio_debuggerdart pub add dio_debugger
package:httphttp_debuggerdart pub add http_debugger
WebSocketweb_socket_debuggerdart pub add web_socket_debugger
WebSocketChannelweb_socket_channel_debuggerdart pub add web_socket_channel_debugger
Socket.IOsocket_io_debuggerdart pub add socket_io_debugger
Firebase RTDBfirebase_database_debuggerdart pub add firebase_database_debugger

Configuration & Modes

Reference