vanelizarov / flutter_macos_webview

Flutter plugin that lets you display native WebView on macOS
MIT License
43 stars 25 forks source link

Render as widget #12

Closed japborst closed 3 years ago

japborst commented 3 years ago

Would be great if this can be rendered as widget, or at least within the main window instead of opening another window.

vanelizarov commented 3 years ago

@japborst the plugin is based on WKWebView, which cannot be rendered as widget, only on top of the Flutter view or in separate window