'How to use flutter_inappwebview in Scaffold body
I want to use flutter_inappwebview plugin top show the web page in the body of a Scaffold page. I do know how to do it with webview_flutter, but with flutter_inappwebview I should have an empty Scaffold and then the plugin will open an additional window on the top of the Scaffold page to show the browser which is not what I want. I want the browser be just in the body section of the Scaffold page I make so it looks better and I see the app bar I have for the Scaffold and I only open one page. Any help?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
