flutter_app_logs 0.1.0 copy "flutter_app_logs: ^0.1.0" to clipboard
flutter_app_logs: ^0.1.0 copied to clipboard

An in-app debug panel for Flutter — inspect network requests and console logs with a draggable floating button and a bottom sheet UI, similar to vConsole.

0.1.0 #

  • Initial public release.
  • Console Log Panel — debug / info / warn / error with level filtering and keyword search.
  • Network Log Panel — HTTP request / response / error with timing, headers, and body.
  • Draggable floating button — reposition anywhere on screen.
  • Built-in Dio interceptor (AppLogsDioInterceptor) — automatic network logging.
  • Customizable theme via AppLogsTheme.
  • Sensitive header masking (maskHeaders).
  • Copy callback (onCopySuccess) — no built-in toast dependency.
  • Zero production overhead — all writes short-circuit when enabled: false.
0
likes
0
points
130
downloads

Publisher

unverified uploader

Weekly Downloads

An in-app debug panel for Flutter — inspect network requests and console logs with a draggable floating button and a bottom sheet UI, similar to vConsole.

Repository (GitHub)
View/report issues

Topics

#debug #logging #network #devtools #vconsole

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on flutter_app_logs