We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ff686 commit c487c7fCopy full SHA for c487c7f
README.md
@@ -10,6 +10,9 @@ Plugin that allows Flutter to communicate with a native WebView.
10
The webview is not integrated in the widget tree, it is a native view on top of the flutter view.
11
You won't be able see snackbars, dialogs, or other flutter widgets that would overlap with the region of the screen taken up by the webview.
12
13
+The getSafeAcceptedType() function is available only for minimum SDK of 21.
14
+eval() function only supports SDK of 19 or greater for evaluating Javascript.
15
+
16
## Getting Started
17
18
For help getting started with Flutter, view our online [documentation](http://flutter.io/).
0 commit comments