Skip to content

An application to display debug logs via a socket connection.

Notifications You must be signed in to change notification settings

NeonArray/snitch_flutter

Repository files navigation

Snitch

An application to display debug logs via a socket connection.

Screenshot of Snitch

Usage

To send data to the app, open a socket connection to localhost:9999 and write data to it.

The app will display any data you send it, but if you want syntax highlighting you should send it as JSON in the following schema.

{"origin":{"file": "path/to/file", "lineNumber": 23, "hostname": "my-computer.local" }, "language": "dart", "value": "json-stringified-values" }

To send commands to the app you can add the command key to the JSON, passing it the command to execute. Note that you can't pass arbitrary commands as they won't be recognized.

{"command": "clear" }

About

An application to display debug logs via a socket connection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published