We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935674c commit 6a7fae5Copy full SHA for 6a7fae5
web/index.html
@@ -117,23 +117,10 @@
117
<div id="splash-container" class="center">
118
<div class="loader"></div>
119
</div>
120
- <script>
121
- { { flutter_bootstrap_js } }
122
- { { flutter_js } }
123
- { { flutter_build_config } }
124
- window.addEventListener('load', function (ev) {
125
- _flutter.loader.load({
126
- onEntrypointLoaded: function (engineInitializer) {
127
- engineInitializer.initializeEngine().then(function (appRunner) {
128
- appRunner.runApp();
129
- });
130
- }
131
132
133
- </script>
+ <script src="flutter_bootstrap.js" async></script>
134
135
136
137
</body>
138
139
-</html>
+</html>
0 commit comments