logscope_flutter 0.1.1 copy "logscope_flutter: ^0.1.1" to clipboard
logscope_flutter: ^0.1.1 copied to clipboard

In-app debug console with automatic issue-layer classification (Server / Network / Mobile / Auth). Ring-buffer log store, structured HTTP cards, error toasts, Dio interceptor, and a draggable FAB over [...]

0.1.1 #

  • Added screenshots to README and pub.dev listing.
  • Added screenshots section to pubspec.yaml.

0.1.0 #

  • Initial release of logscope_flutter.
  • Logscope — one-stop facade with 2-line integration (Logscope.init() + Logscope.wrap(child)).
  • LayerClassifier — automatic issue-layer classification (SERVER / NETWORK / MOBILE / AUTH) based on HTTP status codes, Dio error types, and message pattern matching.
  • DebugLogStore — singleton ring-buffer (LogRingBuffer) with broadcast stream, filter, and export helpers.
  • AppLogger — static logging methods (debug, info, warning, error, network, security, navigation, bloc) with automatic debugPrint in debug mode.
  • DebugLogInterceptor — Dio Interceptor that captures sanitized HTTP request/response data with structured metadata.
  • LogsFab — draggable floating action button with fullscreen in-app log console, layer badges, structured HTTP cards, error toasts, share/copy/clear.
  • DeviceContext — app and device metadata attached to exported log reports.
  • Custom classification rules via Logscope.classifier.addRule(...).
4
likes
0
points
324
downloads

Publisher

unverified uploader

Weekly Downloads

In-app debug console with automatic issue-layer classification (Server / Network / Mobile / Auth). Ring-buffer log store, structured HTTP cards, error toasts, Dio interceptor, and a draggable FAB overlay — built for testers and developers.

Repository (GitHub)
View/report issues

Topics

#logging #debug #dio #developer-tools

License

unknown (license)

Dependencies

dio, flutter, path_provider, share_plus

More

Packages that depend on logscope_flutter