You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: HTML Content Viewer Tab for Response Pane
Description
Currently, the response pane does not support viewing HTML content in a formatted way. A dedicated tab for rendering and previewing HTML responses would improve the user experience, especially when handling API responses that return HTML or sometimes error statuscodes with descriptions.
Why It's Needed
Improved Usability: For API responses containing HTML, it can be difficult to read the raw response. A formatted HTML viewer helps users understand and debug HTML content more effectively.
Consistent Experience: Users who expect to view structured content (like JSON or headers) should have the same level of readability for HTML.
Solution Implemented
Added an HTML Preview Tab to the response pane, allowing users to view HTML responses in a formatted, rendered manner.
Utilized the flutter_html package to render HTML content in a new tab.
Added the tab next to "Response Body" and "Headers" for seamless navigation.
Screenshots
Below are screenshots showing the new HTML Preview tab:
The text was updated successfully, but these errors were encountered:
Feature: HTML Content Viewer Tab for Response Pane
Description
Currently, the response pane does not support viewing HTML content in a formatted way. A dedicated tab for rendering and previewing HTML responses would improve the user experience, especially when handling API responses that return HTML or sometimes error statuscodes with descriptions.
Why It's Needed
Solution Implemented
flutter_html
package to render HTML content in a new tab.Screenshots
Below are screenshots showing the new HTML Preview tab:
The text was updated successfully, but these errors were encountered: