code_scout 1.1.0 copy "code_scout: ^1.1.0" to clipboard
code_scout: ^1.1.0 copied to clipboard

Versatile Flutter logger for development and QA. Supports console and socket-based logging, enabling remote monitoring of app behavior, API calls, and analytics without debug connections.

1.1.0 #

  • Added level-specific shorthand methods (.v(), .d(), .i(), .w(), .e(), .f())
  • Changed message parameter type from dynamic to String for a cleaner API contract
  • Added companion packages for network interception: code_scout_dio and code_scout_http

1.0.0 #

  • Initial release
  • Structured logging with 8 levels (all, system, verbose, debug, info, warning, error, fatal)
  • Tag-based and level-based log filtering
  • SQLite local persistence with WAL mode
  • Automatic batch sync to self-hosted Code Scout server (tar.gz compression)
  • Background isolate compression to avoid UI jank
  • Network request/response/error interception with request ID correlation
  • Atomic sync pipeline with retry and automatic backoff
  • Floating overlay button for development controls
  • Socket connection scaffolding for real-time streaming
  • Zero third-party HTTP dependencies — all server communication via dart:io
0
likes
130
points
141
downloads

Documentation

API reference

Publisher

verified publishercodescout.tech

Weekly Downloads

Versatile Flutter logger for development and QA. Supports console and socket-based logging, enabling remote monitoring of app behavior, API calls, and analytics without debug connections.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, flutter, path, path_provider, provider, sqflite, uuid

More

Packages that depend on code_scout