Skip to content

Commit 47b2a96

Browse files
author
Emmanuel Garcia
authored
Clean up webview readme (flutter#3900)
1 parent 16b0144 commit 47b2a96

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/webview_flutter/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,6 @@ class WebViewExampleState extends State<WebViewExample> {
6868
}
6969
```
7070

71-
`SurfaceAndroidWebView()` requires [API level 19](https://developer.android.com/studio/releases/platforms?hl=th#4.4). The plugin itself doesn't enforce the API level, so if you want to make the app available on devices running this API level or above, add the following to `<your-app>/android/app/build.gradle`:
72-
73-
```gradle
74-
android {
75-
defaultConfig {
76-
// Required by the Flutter WebView plugin.
77-
minSdkVersion 19
78-
}
79-
}
80-
```
81-
8271
#### Enable Material Components for Android
8372

8473
To use Material Components when the user interacts with input elements in the WebView,

0 commit comments

Comments
 (0)