updated example

This commit is contained in:
Lorenzo Pichilli 2022-04-22 16:32:03 +02:00
parent ce6e9066ba
commit d1e4dc55d0

View File

@ -117,8 +117,8 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
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<UserScript>([]),
initialOptions: options,