Skip to content

Commit c487c7f

Browse files
committed
added descriptions for minimum sdk requirement for methods
1 parent 50ff686 commit c487c7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Plugin that allows Flutter to communicate with a native WebView.
1010
The webview is not integrated in the widget tree, it is a native view on top of the flutter view.
1111
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.
1212

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+
1316
## Getting Started
1417

1518
For help getting started with Flutter, view our online [documentation](http://flutter.io/).

0 commit comments

Comments
 (0)