Skip to content

Commit 76788d3

Browse files
committed
Inline flutter bootstrap.
1 parent e25c3e6 commit 76788d3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • packages/webview_flutter/webview_flutter_web/example/web

packages/webview_flutter/webview_flutter_web/example/web/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@
3232

3333
<title>webview_flutter_web Example</title>
3434
<link rel="manifest" href="manifest.json">
35+
<script>
36+
{{flutter_bootstrap_js}}
37+
</script>
3538
</head>
3639

3740
<body>
38-
<!-- This script installs service_worker.js to provide PWA functionality to
39-
application. For more information, see:
40-
https://developers.google.com/web/fundamentals/primers/service-workers -->
41-
<script src="flutter_bootstrap.js" async></script>
4241
</body>
4342

4443
</html>

0 commit comments

Comments
 (0)