api_hawk 1.0.1
api_hawk: ^1.0.1 copied to clipboard
A lightweight HTTP inspector for Flutter. Built-in support for Dio, http, and Chopper. Granular copy options, collapsible JSON viewer, and quick cURL export.
1.0.1 #
- Fix: Clipboard doesn't sync on iOS simulator — copied text is now logged to the debug console
- Added "VIEW" action on copy snackbar (debug mode only) to show selectable text in a dialog
1.0.0 #
- Initial release
- Built-in interceptors for Dio, http, and Chopper
- Generic logging API for any HTTP client (
logRequest/logResponse/logError) - Collapsible JSON tree viewer with syntax highlighting
- Granular copy menu: URL, request headers, request body, response headers, response body, cURL, full call log
- Long-press to copy any header row or JSON value
- Quick cURL copy button in app bar
- Search by URL with HTTP method filter chips
- GitHub-dark themed UI
- Optional
navigatorKeyfor overlay-safe navigation - In-memory only storage — no disk writes