flog_dart 0.2.0 copy "flog_dart: ^0.2.0" to clipboard
flog_dart: ^0.2.0 copied to clipboard

Flutter companion for flog terminal log viewer. Structured logging + Network Inspector (HTTP/SSE/WS).

0.2.0 #

  • FlogHttpInterceptor — Dio interceptor for HTTP request/response logging to flog Network Inspector.
  • FlogSseParser — SSE stream wrapper with chunk-level logging.
  • FlogWebSocket — WebSocket wrapper with send/recv message logging.
  • Shared emitNet() helper using [INFO][flog_net] protocol.
  • All interceptors configurable (headers, body, max size, filter).

0.1.0 #

  • Initial release.
  • FlogLogger class with tag-based structured logging.
  • Full-word methods: verbose(), debug(), info(), warning(), error().
  • Single-letter shorthand: v(), d(), i(), w(), e().
  • Error and stack trace support via named parameters.
0
likes
140
points
66
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter companion for flog terminal log viewer. Structured logging + Network Inspector (HTTP/SSE/WS).

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, web_socket_channel

More

Packages that depend on flog_dart