Skip to content

Commit

Permalink
Update source flutter_inappwebview in index.html file of example
Browse files Browse the repository at this point in the history
Signed-off-by: dab246 <[email protected]>
(cherry picked from commit bbb8933)
  • Loading branch information
dab246 committed Aug 6, 2024
1 parent 20fc294 commit 00e7f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<title>example</title>
<link rel="manifest" href="manifest.json">

<script type="application/javascript" src="/assets/packages/flutter_inappwebview/assets/web/web_support.js" defer></script>
<script type="application/javascript" src="assets/packages/flutter_inappwebview_web/assets/web/web_support.js" defer></script>
</head>
<body>
<!-- This script installs service_worker.js to provide PWA functionality to
Expand Down

0 comments on commit 00e7f92

Please sign in to comment.