How to add a Webview in Flutter?

前端 未结 7 1635
逝去的感伤
逝去的感伤 2020-12-15 17:43

I know its possible to add a WebView as a full page but couldn\'t find any sample code to do it. I assume you could use a PageView as it\'s base but not sure how to call the

7条回答
  •  醉话见心
    2020-12-15 18:17

    webview plugin works well, however it will be created over the top of every single bit of your app so you will have to add additional logic to show and hide the plugin. You can show it full screen or as a sized rectangle.

    https://pub.dartlang.org/packages/flutter_webview_plugin

提交回复
热议问题