Closed
Description
Describe your feature request
We use flutter_webview to render iframe
s, but this only support Flutter for Android and iOS. On Flutter for Web this does nothing - iframes are not rendered.
However, we are so close to full Flutter for Web support that having support for iframe rendering would be nice.
Additional context
It first seemed unfeasible and out of scope, but I found this post explaining how we can actually render html trees in Flutter Web: https://stackoverflow.com/questions/58150503/webview-in-flutter-web
This is actually directly supported by the flutter_webview alternative package https://pub.dev/packages/easy_web_view/changelog
A picture of a cute animal (not mandatory but encouraged)