I've tried to embed webview inside another widget in Flutter and I found some libraries.
But all of libraries I found can only launch webview as a new activity.
I've tried to embed webview inside another widget in Flutter and I found some libraries.
But all of libraries I found can only launch webview as a new activity.
Having a WebView, MapView, video, camera, etc. inline in a Flutter widget tree is not currently supported. To my understanding, they're working on this currently.
See these GitHub pull requests:
Edit #1: The PRs have landed, and there's a WIP plugin of embedding a native video control inside a Flutter widget tree. To my understanding, WebView / MapView etc. require dispatching the touch/gesture events to the native counterparts, and they're not ready yet.