-
Notifications
You must be signed in to change notification settings - Fork 338
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
Add response previewer for text/html #243
Conversation
Hey 👋 the package used in the pr Have Linux support listed as work in progress at pub dev I suggest using desktop_webview_window as it supports all the 3 platforms - |
@BrawlerXull The package See https://pub.dev/packages/desktop_webview_window#linux-requirement and https://pub.dev/packages/desktop_webview_window#windows |
Exactly, this approach also spawns a new webview window, which is not the desired outcome as per the screenshot in the original PR. |
Shall I close this request or is someone gonna merge it? |
@monstajoe2002 It takes time to review and merge PRs. Please be patient. |
Hi @monstajoe2002!
I am running API Dash on Ubuntu 23.10. |
I found |
@monstajoe2002 Please add preview (screenshot) for the test case given here |
@monstajoe2002 Ahh it opens in a new window. This won't work as it will lead to poor user experience. |
@monstajoe2002 If a solution works for macOS & Windows and does not work for Linux, it is acceptable. We can raise an improvement issue to add support for Linux for that feature so that the community can work on it and add it when it is available. |
Exactly. Do note that I had to modify |
One issue with webview_cef is that the build size will increase drastically due to chromium binary. Is there any other alternative? |
So far, no. How drastic are we talking? |
Why did you close #165? |
Adding ~200 MB just to add this feature is an overkill. The current size is ~30 MB.
As the package used did not provide the desired result. |
PR Description
Add your description
Related Issues
Checklist
flutter test
) and all tests are passingAdded/updated tests?
We encourage you to add relevant test cases.