Overview
A Flutter package that enhances Dio's logging by displaying HTTP requests and responses in a clean, formatted JSON structure. It includes cURL command generation for easy debugging and testing across environments. The output is visually organized, making it simple to copy and reuse request details. Ideal for developers who need clear, actionable logs during app development and API troubleshooting.
Use cases
- Debugging API calls
- Testing endpoints with cURL
- Inspecting request/response bodies
- Improving developer workflow
- Sharing API data with team members
Key features
- Formatted JSON output
- cURL command generation
- Easy copy-paste functionality
- Cross-platform support
- Clean visual formatting
Suitable for
- Frontend developers
- API testers
- Team collaboration
- Development environments
- Quick debugging
Considerations
- Not recommended for production
- May increase log verbosity
- Requires Dio integration
- Limited customization options
- Potential performance impact in heavy use