ui/http_inspector_share library

Functions

shareEntryAsCurl(HttpLogEntry entry) → void
Shares entry directly as a cURL command (no bottom sheet).
shareEntryAsText(HttpLogEntry entry) → void
Shares entry directly as human-readable full text (no bottom sheet).
showShareSheetForAll(BuildContext context, List<HttpLogEntry> entries) → void
Shows a bottom sheet with share options for entries (e.g. the full list).
showShareSheetForEntry(BuildContext context, HttpLogEntry entry) → void
Shows a bottom sheet with share options for a single entry.