flutter_debugger 1.0.2 copy "flutter_debugger: ^1.0.2" to clipboard
flutter_debugger: ^1.0.2 copied to clipboard

A comprehensive in-app developer tools package for Flutter. Includes network inspector, console logger, app info viewer, and more.

Changelog #

All notable changes to this project will be documented in this file.

1.0.2 - 2026-01-19 #

Fixed #

  • Fixed README images not showing on pub.dev

1.0.1 - 2026-01-19 #

Fixed #

  • Fixed overflow issues in tabs and log items
  • Fixed programmatic openPanel() not working
  • Fixed FAB badge underline styling

Changed #

  • Simplified to 3 tabs: Network, Log, Info
  • Panel header now shows app name from config
  • Improved tab layout with scrollable tabs

1.0.0 - 2026-01-19 #

Added #

  • Initial release
  • Network request inspector with full request/response details
  • Console logger with log levels (verbose, debug, info, warning, error)
  • App and device info viewer
  • Export functionality for logs (JSON and text formats)
  • Floating action button for quick access
  • Edge swipe gesture to open panel
  • Configurable UI (colors, position, panel width)
  • Header redaction for sensitive data
  • Search and filter functionality for logs
  • HTTP client wrapper for automatic request logging
  • Comprehensive statistics view
  • Debug-only mode (automatically disabled in release builds)

Security #

  • Automatic header redaction for Authorization, Cookie, and API keys
  • In-memory only storage (no persistence)
  • Release build protection
1
likes
150
points
117
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive in-app developer tools package for Flutter. Includes network inspector, console logger, app info viewer, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, http, package_info_plus, share_plus, shared_preferences

More

Packages that depend on flutter_debugger