webview_flutter_plugin
WebviewScaffold( url: pullUrl, withZoom: true, // 是否全屏显示。
// withLocalStorage: true,
// withJavascript: true,
useWideViewPort: true, // 点击屏幕是否缩放,配合withZoom
// displayZoomControls: true,// 是否显示缩放按钮
// withOverviewMode: true
);