http_monitor 0.0.1 copy "http_monitor: ^0.0.1" to clipboard
http_monitor: ^0.0.1 copied to clipboard

A comprehensive HTTP tracking and debugging solution for Flutter. Monitor, store, and analyze all HTTP requests and responses with SQLite storage and beautiful UI.

0.0.1 #

Initial Release #

  • HTTP Interception: Automatic capture of all HTTP requests and responses
  • Multiple Client Support: Built-in support for Dio and http.Client
  • SQLite Storage: Persistent storage with efficient querying and indexing
  • Beautiful UI: Clean interface for browsing and analyzing logs
    • Color-coded HTTP methods and status codes
    • Pull-to-refresh functionality
    • Advanced filtering by method, status, URL, and date
    • Search functionality with debouncing
  • Log Details: Comprehensive view of request/response data
    • Expandable sections for headers, parameters, body, and response
    • JSON formatting with syntax highlighting
    • Raw text view toggle
  • cURL Export: One-tap export of requests as cURL commands
  • Performance Optimized:
    • Minimal overhead on HTTP requests
    • In-memory caching for recent logs
    • Automatic cleanup of old logs
    • Configurable response body size limits
  • Security: Automatic sanitization of sensitive headers
  • Configuration: Multiple preset configurations (development, production, testing)
  • Cross-Platform: Works on Android, iOS, Web, and Desktop
  • Comprehensive Testing: 98+ unit and integration tests
  • Documentation: Complete README with examples and best practices
  • Example App: Full working example demonstrating all features
1
likes
0
points
40
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A comprehensive HTTP tracking and debugging solution for Flutter. Monitor, store, and analyze all HTTP requests and responses with SQLite storage and beautiful UI.

Repository (GitHub)
View/report issues

Topics

#http #monitoring #debugging #network #logging

License

unknown (license)

Dependencies

dio, flutter, http, path, sqflite

More

Packages that depend on http_monitor