Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement HTML rendering with browser interactivity using webview_flutter resolving issue #155 #482

Closed
wants to merge 2 commits into from

Conversation

chetanr25
Copy link

PR Description

This PR adds the HTML rendering functionality using the webview_flutter package, which allows users to interact with API responses as if they were viewing them in a regular web browser. This enhancement provides dynamic content rendering, enabling users to click links, submit forms, and navigate between pages seamlessly within the response pane.

Related Issues

Checklist

  • I have gone through the contributing guide
  • I have updated my branch and synced it with project main branch before making this PR
  • I have run the tests (flutter test) and all tests are passing

Added/updated tests?

  • Yes

I have added the required test cases in response_widgets_test.dart to verify the new web render tab in the ResponseTabView. These updates ensure that the new tab is correctly displayed and functions as expected.

@ashitaprasad
Copy link
Member

Please check out issue comment section for feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add response previewer for text/html
2 participants