fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

There is no fullScreen property #861

Closed kleyos closed 3 years ago

kleyos commented 3 years ago

Hey guys. I have no chance to launch this code

flutterWebviewPlugin.launch(url,
  fullScreen: false,
  rect: new Rect.fromLTWH(
    0.0,
    0.0,
    MediaQuery.of(context).size.width,
    300.0,
  ),
);

no property fullScreen. I use the latest 0.3.11 version