From fdda0cc4f03a74f55537940cff672f25bbbcb8b4 Mon Sep 17 00:00:00 2001 From: David Butler Date: Fri, 1 May 2020 10:28:34 +0100 Subject: [PATCH] bugfix: replace 'crossplatform' with 'inAppWebViewOptions' parameter name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72520f80b..790080fea 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ class _MyAppState extends State { initialUrl: "https://flutter.dev/", initialHeaders: {}, initialOptions: InAppWebViewWidgetOptions( - crossPlatform: InAppWebViewOptions( + inAppWebViewOptions: InAppWebViewOptions( debuggingEnabled: true, ) ),