We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lib/generated_plugin_registrant.dart
1 parent 244c952 commit 4117813Copy full SHA for 4117813
.gitignore
@@ -34,9 +34,6 @@
34
lib/generated/
35
**/*.g.dart
36
37
-# Web related
38
-lib/generated_plugin_registrant.dart
39
-
40
# Symbolication related
41
app.*.symbols
42
web/index.html
@@ -40,11 +40,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
43
- if ('serviceWorker' in navigator) {
44
- window.addEventListener('flutter-first-frame', function () {
45
- navigator.serviceWorker.register('flutter_service_worker.js');
46
- });
47
- }
+ {{flutter_bootstrap_js}}
48
</script>
49
<script src="main.dart.js" type="application/javascript"></script>
50
</body>
0 commit comments