We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25c3e6 commit 76788d3Copy full SHA for 76788d3
1 file changed
packages/webview_flutter/webview_flutter_web/example/web/index.html
@@ -32,13 +32,12 @@
32
33
<title>webview_flutter_web Example</title>
34
<link rel="manifest" href="manifest.json">
35
+ <script>
36
+ {{flutter_bootstrap_js}}
37
+ </script>
38
</head>
39
40
<body>
- <!-- This script installs service_worker.js to provide PWA functionality to
- application. For more information, see:
- https://developers.google.com/web/fundamentals/primers/service-workers -->
41
- <script src="flutter_bootstrap.js" async></script>
42
</body>
43
44
</html>
0 commit comments