From d1e4dc55d0e7847c65cc2ad64f79d86d99e3742a Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Fri, 22 Apr 2022 16:32:03 +0200 Subject: [PATCH] updated example --- example/lib/in_app_webiew_example.screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/lib/in_app_webiew_example.screen.dart b/example/lib/in_app_webiew_example.screen.dart index fff25346..b656d6fe 100755 --- a/example/lib/in_app_webiew_example.screen.dart +++ b/example/lib/in_app_webiew_example.screen.dart @@ -117,8 +117,8 @@ class _InAppWebViewExampleScreenState extends State { InAppWebView( key: webViewKey, // contextMenu: contextMenu, - initialUrlRequest: URLRequest( - url: Uri.parse("https://mdn.github.io/sw-test/")), + initialUrlRequest: + URLRequest(url: Uri.parse("https://github.com/flutter")), // initialFile: "assets/index.html", initialUserScripts: UnmodifiableListView([]), initialOptions: options,