You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
widget's Dartdoc for more details on how to use the widget.
16
16
17
-
18
-
19
17
## Android Platform Views
20
18
The WebView is relying on
21
19
[Platform Views](https://flutter.dev/docs/development/platform-integration/platform-views) to embed
@@ -66,5 +64,10 @@ android {
66
64
// Required by the Flutter WebView plugin.
67
65
minSdkVersion 19
68
66
}
69
-
}
67
+
}
70
68
```
69
+
70
+
#### Enable Material Components for Android
71
+
72
+
To use Material Components when the user interacts with input elements in the WebView,
73
+
follow the steps described in the [Enabling Material Components instructions](https://flutter.dev/docs/deployment/android#enabling-material-components).
0 commit comments